Codebase list python-pyproj / 1804b3f3-73fa-4cf9-b128-8f11ff430384/main pytest.ini
1804b3f3-73fa-4cf9-b128-8f11ff430384/main

Tree @1804b3f3-73fa-4cf9-b128-8f11ff430384/main (Download .tar.gz)

pytest.ini @1804b3f3-73fa-4cf9-b128-8f11ff430384/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"')