atomec-project / atoMEC

Python-based average-atom code for simulations of high energy density phenomena such as in warm dense matter.
https://atomec-project.github.io/atoMEC/
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

Rename tests so pytest picks up on them #204

Closed timcallow closed 1 year ago

timcallow commented 1 year ago

As noted in PR #183, there was a difference between code coverage observed locally and on codecov. In fact, the reason for this was that two of the tests did not follow the correct naming convention for pytest to pick up on them (nothing to do with codecov). This fixes the issue.