Currently the tests in coala-ipf subsystem are dependent on external running systems providing XDS and PDQ interfaces.
Thus these tests are integration tests and not self-contained. There are two possible solutions for this:
- Either we rewrite them to be real unit tests not interacting with external systems
- Or we provide a mock implementation for the corresponding IHE providers that get started automatically by each test
Prerequisite for this is issue #18.
Currently the tests in coala-ipf subsystem are dependent on external running systems providing XDS and PDQ interfaces.
Thus these tests are integration tests and not self-contained. There are two possible solutions for this:
Prerequisite for this is issue #18.