Skip to content

Commit

Permalink
create dummy test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 8, 2024
1 parent 9e1a461 commit 6d6ff5b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CI/unit_tests/test_dummy_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"""
Some Information about this module
"""


class TestDummyTest:
"""
Some Information about this class
"""

def test_dummy_test(self):
"""
Some Information about this method
"""
assert True

0 comments on commit 6d6ff5b

Please sign in to comment.