- Python >= 3.6 (virtual env recommended)
- requirements listed in requirements.txt
Run ALL tests with:
pytest -sv
Run individual tests with (example):
# Only A1
pytest -sv examples/A_helloworld/test_A1_helloworld.py
# All modules in B_before_after package
pytest -sv examples/B_before_after