We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79520e commit 2ee3ec4Copy full SHA for 2ee3ec4
tests/django_example/app/tests.py
@@ -4,4 +4,5 @@
4
# Create your tests here.
5
class DummyTestCase(TestCase):
6
def test_pass(self):
7
+ """Test Pass"""
8
pass
0 commit comments