Tests
Contents
Tests#
For automatic tests in DeepHyper we chose to use the Pytest package.
Developer Installation#
Follow the Developer Installation.
Run Tests#
This is the basic and simplest command line to run test.
All test marked as @pytest.mark.slow
will be skipped:
cd deephyper/
pytest --cov=deephyper --run-hps --run-fast tests