Codebase list python-pyproj / ea88fa03-4d54-410f-9317-dab0cd9158f1/main pytest.ini
ea88fa03-4d54-410f-9317-dab0cd9158f1/main

Tree @ea88fa03-4d54-410f-9317-dab0cd9158f1/main (Download .tar.gz)

pytest.ini @ea88fa03-4d54-410f-9317-dab0cd9158f1/mainraw · history · blame

1
2
3
4
5
6
[pytest]
markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
    network: marks tests that need a network connection (deselect with '-m "not network"')
    cli: marks tests that need the CLI installed (deselect with '-m "not cli"')
    grid: marks tests that need transformation grids (deselect with '-m "not grid"')