1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-02-12 12:41:53 +00:00
pyfastogt/tests/unit_tests.py
atopilski c82893bb38 CICD
2021-03-11 01:57:19 -05:00

11 lines
158 B
Python
Executable file

#!/usr/bin/env python3
import unittest
class UnitTest(unittest.TestCase):
def test(self):
pass
if __name__ == '__main__':
unittest.main()