Skip to content

Commit e2362b2

Browse files
committed
Rename testmorph
1 parent 60758cd commit e2362b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_morphpy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
tssf = testdata_dir.joinpath("testsequence_serialfile.json")
2424

2525

26-
class TestApp:
26+
class TestMorphpy:
2727
@pytest.fixture
2828
def setup_morph(self):
2929
self.parser = create_option_parser()
@@ -117,4 +117,4 @@ class Chain:
117117

118118

119119
if __name__ == "__main__":
120-
TestApp()
120+
TestMorphpy()

0 commit comments

Comments
 (0)