Skip to content

Commit f701286

Browse files
committed
Add test stub
1 parent 2158a96 commit f701286

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/utils_/__init__.py

Whitespace-only changes.

tests/utils_/test_parse.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from django.test import SimpleTestCase
2+
3+
4+
class MongoURIParseTests(SimpleTestCase):
5+
"""
6+
Test parse function
7+
"""
8+
9+
def test_hello(self):
10+
pass

0 commit comments

Comments
 (0)