Python: Remove contrived test-case example

This commit is contained in:
Rasmus Wriedt Larsen
2022-05-30 14:45:34 +02:00
parent a8b4b6a374
commit 08e64ea1b4

View File

@@ -1,10 +0,0 @@
class TestCase:
pass
class MyTest(TestCase):
def test_1(self):
pass
def test_2(self):
pass