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:
@@ -1,4 +1,4 @@
|
||||
from functional2.testlib.fixtures import Nix
|
||||
from functional2.testlib.fixtures.nix import Nix
|
||||
|
||||
|
||||
def test_fetchTree_presence(nix: Nix):
|
||||
|
||||
Reference in New Issue
Block a user