Skip to content

Commit 2ee3ec4

Browse files
committed
tests: Added Python Docstring to test new support
1 parent b79520e commit 2ee3ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/django_example/app/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# Create your tests here.
55
class DummyTestCase(TestCase):
66
def test_pass(self):
7+
"""Test Pass"""
78
pass

0 commit comments

Comments
 (0)