Skip to content

Commit

Permalink
Changes name of test template to avoid testing it
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Dec 6, 2023
1 parent 50df539 commit b21d6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pytests/MakeTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit b21d6c0

Please sign in to comment.