robota-suite / robota-core

A Python package for reading in elements of GitLab and GitHub repositories, for further analysis.
https://robota-core.readthedocs.io
MIT License
0 stars 8 forks source link

Remove Unknown Mark Warning in Pytest #26

Open nigelmj opened 2 weeks ago

nigelmj commented 2 weeks ago

Adds pytest.ini file to define custom markers used in the test files. Additionally, enables --strict-markers option to enforce marker validation. Tests will fail if a marker used in a test is not defined in pytest.ini, preventing the unknown mark warning that pytest throws.

Ref #23

nigelmj commented 2 weeks ago

I just realised this PR accidentally included a commit from a different PR. I will revert the changes now.