Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 310 Bytes

File metadata and controls

9 lines (6 loc) · 310 Bytes

self_adapt

Install the environment by running pip install -r requirements.txt and pip install -r requirements-test.txt

Adhere to the codestyle by calling black --line-length 99

Run tests locally by calling python -m pytest --randomly-seed=42 --randomly-dont-reorganize --cov=src --pycodestyle src