pytest-snail
pytest-snail copied to clipboard
Plugin for adding a marker to slow running tests. 🐌
Results
1
pytest-snail issues
Sort by
recently updated
recently updated
newest added
Hi, I've noticed a deprecation warning. Here's the log: ``` /usr/local/lib/python3.8/site-packages/pytest_snail/plugin.py:21: PytestDeprecationWarning: The hookimpl Snail.pytest_collection_modifyitems uses old-style configuration options (marks or attributes). Please use the pytest.hookimpl(tryfirst=True) decorator instead to configure...