Closed Jordan-Dennis closed 1 year ago
A possible simpler alternative is to use the pytest-skip-slow
plugin, which achieves the same thing using the inbuilt pytest.mark.slow
decorator.
I think that pytest.mark
and then running by marker will be sufficient. You can list the inbuilt markers using pytest --markers
in the CLI.
This will not be necessary, since I can just use the inbuilt marks.
Hi all, This plugin just gives us a mark that automates running
pytest
by mark. I don't think that it is strictly necessary at the current level but it could be very useful in future. This issue is just a reminder to consider keep it in mind. Regards Jordan.