comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:49b058e85902
1 # global fixtures can go here
2 import pytest
3
4
5 def pytest_configure(config):
6 config.addinivalue_line("markers", "integration: mark as integration test")
7 config.addinivalue_line("markers", "slow: mark as slow test")