spacetelescope / pysynphot

Synthetic Photometry.
http://pysynphot.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
23 stars 21 forks source link

Adding some new tests (HETC-885) #158

Closed isaacspitzer closed 4 months ago

isaacspitzer commented 4 months ago

Added a couple new tests and am using this PR to test CI. Tests were automatically kicked off when the PR was opened, and were also kicked off as I pushed new changes after the PR was already open. Test results can be found in the "Checks" tab at the top, next to the "Files changed" tab.

isaacspitzer commented 4 months ago

I determined what tests to add by using the codecov tool, which plugs into github. https://app.codecov.io/ You should be able to set up an account with your github credentials, then look at the pysynphot project. It shows how much of the project is covered by your test cases, and you can look through the files and see exactly which lines are hit by test cases, and which lines/methods have no coverage.