conftest.py 156 B

12345
  1. """
  2. Re-useable fixtures etc. for tests
  3. See https://docs.pytest.org/en/7.1.x/reference/fixtures.html#conftest-py-sharing-fixtures-across-multiple-files
  4. """