Skip to content

Commit 69b6d2c

Browse files
committed
add test for Add request.FILES to post_comment form
1 parent d5e79c6 commit 69b6d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/runtests.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import os
88
import sys
99
import django
10+
from django.core.management import call_command
1011

1112
here = os.path.dirname(os.path.abspath(__file__))
1213
parent = os.path.dirname(here)

0 commit comments

Comments
 (0)