move nix fixture to own file

separating the nix fixture from the __init__.py file to increase
readability and overview over the existing fixtures

Change-Id: I7a86cb729942e83a95b9eabbb09563822f3f9e54
This commit is contained in:
Commentator2.0
2025-05-07 20:02:32 +02:00
parent 8fe8147850
commit d22b8bd613
10 changed files with 259 additions and 256 deletions
@@ -1,4 +1,4 @@
from functional2.testlib.fixtures import Nix
from functional2.testlib.fixtures.nix import Nix
def test_fetchTree_presence(nix: Nix):