No description
Find a file
2023-01-09 13:51:16 +01:00
lolafect Test and refactors. 2023-01-09 13:38:49 +01:00
tests Test and refactors. 2023-01-09 13:38:49 +01:00
.gitignore Initial commit 2022-12-29 17:06:11 +01:00
README.md Instructions on how to run tests 2023-01-09 13:51:16 +01:00
requirements-dev.txt Test and refactors. 2023-01-09 13:38:49 +01:00
setup.py Added boto3 dependency. 2022-12-30 15:25:43 +01:00

Lolafect

Lolafect is a collection of Python bits that help us build our Prefect flows.

How to test

IDE-agnostic:

  1. Set up a virtual environment which contains both lolafect and the dependencies listed in requirements-dev.txt.
  2. 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.