Tests

For automatic tests in deephyper we choosed to use the pytest framework: pytest official website.

Install Pytest

pip install -U pytest

Run Tests

cd deephyper/tests/
pytest