Mercurial > repos > padge > clipkit
view 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 source
# 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")
