Running TestsΒΆ
All tests are in the
test
directory.Some tests require docker images. In particular, the
test_pacs
module, requires a PACS. There is adocker-compose.yml
file intest/
that should have everything you need to run all tests.There is a target in
Makefile
calledtests
:make tests
will launch thedocker-compose.yml
and run tests.