No description
| lolafect | ||
| tests | ||
| .gitignore | ||
| README.md | ||
| requirements-dev.txt | ||
| setup.py | ||
Lolafect
Lolafect is a collection of Python bits that help us build our Prefect flows.
How to test
IDE-agnostic:
- Set up a virtual environment which contains both
lolafectand the dependencies listed inrequirements-dev.txt. - Run:
pytests tests
In Pycharm: if you configure pytest as the project test runner, Pycharm will most probably autodetect the test
folder and allow you to run the test suite within the IDE.