Tests
Contents
Tests#
For automatic tests in DeepHyper we chose to use the Pytest package.
Developer Installation#
Follow the Developer Installation.
Run Tests#
Tests are marked with possible marks such as:
fast
slow
hps
nas
mpi
ray
To run corresponding tests these markers can be used such as:
pytest --run fast,hps tests/