LSSTDESC / snmachine

Machine learning code for photometric supernova classification
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Register custom test marks in pytest.ini file #210

Open Catarina-Alves opened 4 years ago

Catarina-Alves commented 4 years ago

We get warnings every time the unit tests run because we have unregistered marks. This issue is to register the custom marks in pytest.ini file. Avoiding unnecessary warnings helps to identify real warnings and errors. Website to learn how to register: https://docs.pytest.org/en/latest/mark.html

File: pytest.ini