Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register custom test marks in pytest.ini file #210

Open
Catarina-Alves opened this issue May 14, 2020 · 0 comments
Open

Register custom test marks in pytest.ini file #210

Catarina-Alves opened this issue May 14, 2020 · 0 comments
Labels
hack day ideas Issue that can be tackled at the DESC Hack Day low priority A "nice-to-have" low priority issue than can be tackled anytime. No rush for implementation unit tests To add or modify tests

Comments

@Catarina-Alves
Copy link
Collaborator

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

@Catarina-Alves Catarina-Alves added unit tests To add or modify tests low priority A "nice-to-have" low priority issue than can be tackled anytime. No rush for implementation hack day ideas Issue that can be tackled at the DESC Hack Day labels May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hack day ideas Issue that can be tackled at the DESC Hack Day low priority A "nice-to-have" low priority issue than can be tackled anytime. No rush for implementation unit tests To add or modify tests
Projects
None yet
Development

No branches or pull requests

1 participant