Skip to content

Commit

Permalink
test template
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavkurka committed Jun 13, 2023
1 parent d761ab7 commit ca86c1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_check_type.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) # add assertion here


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

0 comments on commit ca86c1e

Please sign in to comment.