1 2 3 4 5 6 7 8
import pytest from pathlib import Path from .testlib import fixtures @pytest.fixture def nix(tmp_path: Path): return fixtures.Nix(tmp_path)