conftest.py 122 B

1234
  1. import pytest
  2. def pytest_addoption(parser):
  3. parser.addoption("--runslow", action="store_true", help="run slow tests")