Skip to content
Ewald Verhoeven edited this page Oct 28, 2022 · 4 revisions

Welcome to the flake8-testcode wiki!

Installation (with poetry)

follow the steps below:

git clone

pip install poetry

poetry install


Development

Enter virtual environment (first time round):

poetry shell

Re-enter virtual environment:

& ((poetry env info --path) +"\Script\activate.ps1")


Testing

poetry run pytest

Clone this wiki locally