1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-03-09 23:38:55 +00:00
This commit is contained in:
atopilski 2021-03-11 01:57:19 -05:00
parent 903e4d9e07
commit c82893bb38
2 changed files with 41 additions and 0 deletions

11
tests/unit_tests.py Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env python3
import unittest
class UnitTest(unittest.TestCase):
def test(self):
pass
if __name__ == '__main__':
unittest.main()