UCLH-Foundry / PIXL

PIXL Image eXtraction Laboratory
Apache License 2.0
8 stars 0 forks source link

Allow running (almost) all module tests from root #361

Closed milanmlft closed 4 months ago

milanmlft commented 4 months ago

Minor QOL improvement, add a pytest.ini allowing to run pytest from root and run all module-level tests at once. Note there might be some clashes in the docker services being spun up though.

Also, pixl_dcmd/tests and hasher/tests have some clashing conftest (though haven't pinned it down), so can only add one of the two.

milanmlft commented 4 months ago

Fun with the clashing, expect we'll have to resolve this when we move dcmd into core, but we can get to that later on. Happy for you to merge and make an issue for that

Tracking as part of https://github.com/UCLH-Foundry/PIXL/issues/359#issuecomment-2036772747