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

Unknown PyTest mark reported when tests are run #23

Open suzanneEmbury opened 3 weeks ago

suzanneEmbury commented 3 weeks ago

I'm getting the following error message when I run the test suite with pytest:

robota_core/tests/test_robota_tools.py:16
  /Users/user/git/robota-suite/robota-core/robota_core/tests/test_robota_tools.py:16: PytestUnknownMarkWarning: Unknown pytest.mark.config_path - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.config_path

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

I guess it should be easy to fix, following the suggestion in the warning?