Files
lix/tests/functional2/conftest.py
T
Commentator2.0 761a4f544c tests/functional2: add utils for files and paths; add pytest_command fixture
Add utils for general-use functions and paths

Additionally introduces a pytest_command fixture, which creates a
testing environment for pytest within the tmp_path. This allows for
encapsulated testing of our frameworks (i.e. snapshot, lang etc)

Change-Id: Ic0a5bc4bfc0b0bfbac15bc51dd4a94fae6ee6f26
2025-06-01 20:19:37 +02:00

9 lines
294 B
Python

pytest_plugins = (
"functional2.testlib.fixtures.formatter",
"functional2.testlib.fixtures.file_helper",
"functional2.testlib.fixtures.logger",
"functional2.testlib.fixtures.nix",
"functional2.testlib.fixtures.snapshot",
"functional2.testlib.fixtures.pytest_command",
)