diff --git a/pytests/MakeTests.py b/pytests/MakeTests.py index 2d711901..576f713f 100644 --- a/pytests/MakeTests.py +++ b/pytests/MakeTests.py @@ -51,17 +51,17 @@ def make_all_tests(self): def make_nonog(self): self.make_unittests('pytests/unittests', 'templates', 'nonog', - 'D_only', 'test_uedge.py' + 'D_only', 'uedge_tst_template.py' ) def make_ortho(self): self.make_unittests('pytests/unittests', 'templates', 'ortho', - 'D_only', 'test_uedge.py' + 'D_only', 'uedge_tst_template.py' ) def make_slab(self): self.make_unittests('pytests/unittests', 'templates', 'slab', - 'slab_D_only', 'test_uedge.py' + 'slab_D_only', 'uedge_tst_template.py' ) def make_unittests(self, outdir, commondir, griddir, inputdir, testfile): @@ -179,7 +179,7 @@ def concat_files(file, snippet, header=None): case.join() def make_fulltests(self): - self.make_fulltest('pytests/fulltests', 'templates', 'test_uedge.py') + self.make_fulltest('pytests/fulltests', 'templates', 'uedge_tst_template.py') def make_fulltest(self, outdir, commondir, testfile): from os import getcwd, chdir, walk diff --git a/pytests/templates/tests/test_uedge.py b/pytests/templates/tests/uedge_tst_template.py similarity index 100% rename from pytests/templates/tests/test_uedge.py rename to pytests/templates/tests/uedge_tst_template.py