Mercurial > repos > padge > clipkit
diff clipkit_repo/tests/conftest.py @ 0:49b058e85902 draft
"planemo upload for repository https://github.com/jlsteenwyk/clipkit commit cbe1e8577ecb1a46709034a40dff36052e876e7a-dirty"
| author | padge |
|---|---|
| date | Fri, 25 Mar 2022 13:04:31 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clipkit_repo/tests/conftest.py Fri Mar 25 13:04:31 2022 +0000 @@ -0,0 +1,7 @@ +# global fixtures can go here +import pytest + + +def pytest_configure(config): + config.addinivalue_line("markers", "integration: mark as integration test") + config.addinivalue_line("markers", "slow: mark as slow test")
