mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2025-10-21 20:00:36 +00:00
Added blank test
This commit is contained in:
parent
349aa70882
commit
e9fd46faef
10
tests/test_package.py
Normal file
10
tests/test_package.py
Normal file
@ -0,0 +1,10 @@
|
||||
import unittest
|
||||
|
||||
|
||||
class TestTask(unittest.TestCase):
|
||||
def test_nothing(self):
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
Loading…
Reference in New Issue
Block a user