Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: coadd_utils
-
Labels:None
-
Story Points:1
-
Team:Architecture
Description
Currently, the coadd_utils tests are completely skipped at the scons layer if afwdata can not be located. This is bad for two reasons:
1. Are there any tests that can be run even if afwdata is missing?.
2. When we switch to a proper test harness (e.g. DM-3901) an important metric is the number of tests executed compared with the number of tests skipped.
Each test file (or even each test) should determine itself whether it should be skipped based on afwdata availability. This should not be a global switch.
Attachments
Issue Links
- relates to
-
DM-4358 obs_subaru tests should skip within the tests if test data can not be located
- Done
-
DM-5561 Write tech note on modifications required to use py.test framework
- Done
-
DM-609 afw unit tests not built unless afwdata available
- Done
-
DM-4328 AFW tests should run and skip if afwdata is missing
- Invalid
A quick look at the tests indicates that only 2 of the 5 test scripts use afwdata.