You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation lists flake8 and tox as requirements for testing (and hence contributing). We could add these as tool.poetry.dev-dependencies to the pyproject.toml file.
Are we interested in doing this? Are flake8 and tox actually going to be used? I tried flake8 which worked as there is a single test defined. Tox did not work as there is no configuration present, and this would need to be created as well.
The text was updated successfully, but these errors were encountered:
The documentation lists flake8 and tox as requirements for testing (and hence contributing). We could add these as tool.poetry.dev-dependencies to the pyproject.toml file.
Are we interested in doing this? Are flake8 and tox actually going to be used? I tried flake8 which worked as there is a single test defined. Tox did not work as there is no configuration present, and this would need to be created as well.
The text was updated successfully, but these errors were encountered: