Remove basic tests
This commit is contained in:
parent
1b34aa2b0d
commit
cf210cd908
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
from tests import BaseTestCase
|
||||
|
||||
|
||||
class ExampleTestCase(BaseTestCase):
|
||||
def test_thing(self):
|
||||
self.assertEqual(1, 1)
|
Reference in a new issue