mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Reorganized test_runner test apps.
This commit is contained in:
parent
d7b2aa24f7
commit
8e1a7dab4b
14 changed files with 38 additions and 36 deletions
7
tests/test_runner_apps/sample/pattern_tests.py
Normal file
7
tests/test_runner_apps/sample/pattern_tests.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from unittest import TestCase
|
||||
|
||||
|
||||
class Test(TestCase):
|
||||
|
||||
def test_sample(self):
|
||||
self.assertEqual(1, 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue