/ tests / structural / conftest.py
conftest.py
1  """Structural test configuration."""
2  
3  
4  def pytest_configure(config):
5      config.addinivalue_line("markers", "unit: Unit tests")