Skip to content

Commit

Permalink
Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AmadejTratnik committed Feb 29, 2024
1 parent 61935c5 commit 7cb57c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Empty file added tests/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions tests/test.py

This file was deleted.

9 changes: 9 additions & 0 deletions tests/test_t.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import unittest

class TestCase(unittest.TestCase):

def testing_test(self):
self.assertEqual(1,1)

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

0 comments on commit 7cb57c5

Please sign in to comment.