test: rename base.py -> tests.py

This commit is contained in:
Erik Arvstedt
2020-09-30 11:26:40 +02:00
parent c051544d46
commit c92e85f707
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -72,5 +72,5 @@ import ./make-test.nix rec {
''; '';
}; };
testScript = testScript =
builtins.readFile ./base.py + "\n\n" + builtins.readFile "${./.}/scenarios/${scenario}.py"; builtins.readFile ./tests.py + "\n\n" + builtins.readFile "${./.}/scenarios/${scenario}.py";
} }
View File