test: rename base.py -> tests.py

This commit is contained in:
Erik Arvstedt 2020-09-27 12:43:11 +02:00
parent c051544d46
commit c92e85f707
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 1 additions and 1 deletions

View File

@ -72,5 +72,5 @@ import ./make-test.nix rec {
'';
};
testScript =
builtins.readFile ./base.py + "\n\n" + builtins.readFile "${./.}/scenarios/${scenario}.py";
builtins.readFile ./tests.py + "\n\n" + builtins.readFile "${./.}/scenarios/${scenario}.py";
}