Remove unnecessary test_noop.py and tests2 directory

Change-Id: Ib43d5e05af3da56c1abba3089b21fc7e0922b5de
This commit is contained in:
Cao Xuan Hoang 2016-09-30 10:14:53 +07:00
parent aa869f3fa9
commit 33e1bfb396
2 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
# need to run at least 1 test or tox fails
from congress.tests import base
class TestRuntime(base.TestCase):
def test_noop(self):
pass