diff --git a/Tests/testWithBaseQuestion.py b/Tests/testWithBaseQuestion.py deleted file mode 100644 index 5bdcd350..00000000 --- a/Tests/testWithBaseQuestion.py +++ /dev/null @@ -1,21 +0,0 @@ -import unittest - -class testWithBaseQuestion(unittest.TestCase): - def setUp(self): - # This method will be called before each test - pass - - def tearDown(self): - # This method will be called after each test - pass - - def test_case_1(self): - # Write your test case here - pass - - def test_case_2(self): - # Write your test case here - pass - -if __name__ == '__main__': - unittest.main()