Conftest
Conftest is a term that commonly refers to two related concepts used in software testing and configuration validation: a command-line policy testing tool and a special configuration file for the pytest framework.
Conftest (tool) is an open-source CLI utility that uses the Open Policy Agent (OPA) Rego language to
conftest.py (pytest) is a special Python module recognized by the pytest test runner. Placed in a test
Because the two meanings are distinct—one a standalone policy-testing tool and the other a pytest configuration