diff options
Diffstat (limited to 'tests/test_discovery_sample2')
| -rw-r--r-- | tests/test_discovery_sample2/__init__.py | 0 | ||||
| -rw-r--r-- | tests/test_discovery_sample2/tests.py | 57 |
2 files changed, 0 insertions, 57 deletions
diff --git a/tests/test_discovery_sample2/__init__.py b/tests/test_discovery_sample2/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 --- a/tests/test_discovery_sample2/__init__.py +++ /dev/null diff --git a/tests/test_discovery_sample2/tests.py b/tests/test_discovery_sample2/tests.py deleted file mode 100644 index ac3e9daba0..0000000000 --- a/tests/test_discovery_sample2/tests.py +++ /dev/null @@ -1,57 +0,0 @@ -from unittest import TestCase - -from django.test import SimpleTestCase, TestCase as DjangoTestCase - - -class DjangoCase1(DjangoTestCase): - - def test_1(self): - pass - - def test_2(self): - pass - - -class DjangoCase2(DjangoTestCase): - - def test_1(self): - pass - - def test_2(self): - pass - - -class SimpleCase1(SimpleTestCase): - - def test_1(self): - pass - - def test_2(self): - pass - - -class SimpleCase2(SimpleTestCase): - - def test_1(self): - pass - - def test_2(self): - pass - - -class UnittestCase1(TestCase): - - def test_1(self): - pass - - def test_2(self): - pass - - -class UnittestCase2(TestCase): - - def test_1(self): - pass - - def test_2(self): - pass |
