conftest.py 191 B

1234
  1. """Repository-wide pytest plugin registration."""
  2. # Pytest 9 requires plugin declarations to live in the root conftest file.
  3. pytest_plugins = ("tests.integration.wp06_postgres_identities",)