Replace DICOMweb test services in pixl_core
unit tests with mocks
#383
Labels
dev-velocity
Working on the issue will increase development speed in the long run
Milestone
Definition of Done / Acceptance Criteria
The
orthanc
anddicomweb-server
services currently defined inpixl_core/tests/docker-compose.yml
have been removed and replaced by mock services in the unit tests.Testing
pixl_core/uploader/test_dicomweb.py
tests should still passDocumentation
pixl_core/README.md
Dependencies
No response
Details and Comments
The test services were added in #379 but are duplicated across
pixl_core/
and the system test (test/
), which is not ideal. In addition, having to spin up the Docker containers to run thepixl_core
unit tests is a pain. Ideally we'd want to spin up the services only for the system test.The text was updated successfully, but these errors were encountered: