Skip to content

Commit

Permalink
add test files
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Oct 8, 2023
1 parent 44101fb commit 43dd38a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import unittest


class MyTestCase(unittest.TestCase):
def test_something(self):
self.assertEqual(True, False)


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

0 comments on commit 43dd38a

Please sign in to comment.