File: conftest.py

package info (click to toggle)
python-contextily 1.5.2%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: python: 1,092; makefile: 41
file content (3 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
def pytest_configure(config):
    config.addinivalue_line("markers",
                            "network: mark tests that use the network.")