Codebase list python-pyproj / run/39bd364e-1066-4761-af0e-2160e22c2d6f/main pytest.ini
run/39bd364e-1066-4761-af0e-2160e22c2d6f/main

Tree @run/39bd364e-1066-4761-af0e-2160e22c2d6f/main (Download .tar.gz)

pytest.ini @run/39bd364e-1066-4761-af0e-2160e22c2d6f/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"')