Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.39 KB

File metadata and controls

23 lines (17 loc) · 1.39 KB
Tools required for Galaxy Image Analysis

Galaxy Image Analysis: https://github.com/BMCV/galaxy-image-analysis

Use python -m unittest in the root directory of the repository to run the test suite.

Use coverage run -m unittest && coverage html to generate a coverage report.

Use cd docs && PYTHONPATH=".." sphinx-build -b doctest . _build to run doctest.

Use cd docs && PYTHONPATH=".." sphinx-build -b html . _build to build the docs.