SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 21 forks source link

Rework test_data to parametrize testing photometry #406

Closed dr-rodriguez closed 10 months ago

dr-rodriguez commented 11 months ago

Use pytest.mark.parametrize and iterate over each. This will be better for long term testing as each photometry band can be tested independently (and will compact some of the re-used code)