# Requirements for Tests/Testing (Do not add to setup.py install_requires)
pytest # https://pypi.org/project/pytest/
pytest-cov  # This is used by MakePy.ps1 pytest to simulate the tests running in GHA and save us time and money
# TODO When do we use this? - I think we are not using it in all packages
# pytest-mock

# TODO Do we need this in all packages?
# pycallgraph2
