spacetelescope / calcos

Calibration for HST/COS.
https://hst-docs.stsci.edu/cosdhb/chapter-3-cos-calibration
3 stars 27 forks source link

Change github actions to run on all pytests #211

Closed Rplesha closed 1 year ago

Rplesha commented 2 years ago

Fix the line: https://github.com/spacetelescope/calcos/blob/master/.github/workflows/python_testing.yml#L67 so that all tests are run, not just cosutil

Rplesha commented 2 years ago

@stscirij This should be an easy change that @asfaw-michael can make when he is back that I'm hoping we can put into the calcos bug fix merge. If not, we can easily do it separately since it is just a change to github actions, not the actual calcos code

stscirij commented 2 years ago

We're trying to get the bug fix in by tomorrow morning, so maybe best to wait. Also, I'd like to have the unit tests clean up after themselves better - currently they leave a lot of temporary files in the current directory so if you run the tests with pytest they make a mess of the tests directory.

stscirij commented 1 year ago

Fixed in #218

stscirij commented 1 year ago

Fixed in #218