Moved unittests
This commit is contained in:
10
unittests/unittests_cli/run_test_case.py
Normal file
10
unittests/unittests_cli/run_test_case.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import unittest
|
||||
|
||||
|
||||
class RunTestCase(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def test_equal(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user