Skip to content

Commit

Permalink
Added a dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Oct 27, 2024
1 parent 16e929b commit 7968461
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import unittest


class TestDummy(unittest.TestCase):
def test_dummy(self) -> None:
pass


if __name__ == "__main__":
unittest.main()

0 comments on commit 7968461

Please sign in to comment.