aboutsummaryrefslogtreecommitdiff
path: root/tests/functional2/conftest.py
blob: 406f97b751a47ac52dfa214215b65b20ddded4eb (plain)
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)