Running TestsΒΆ
All tests are in the
testdirectory and useunittest.Run unit tests with
python -m unittest discover -s test -p "test_*.py".Some end-to-end tests require the Orthanc services defined in
test/docker-compose.yml.make teststarts the Docker services, runs the full suite, and stops the services.