add tests for new uploads (#291)

* add tests for new uploads
This commit is contained in:
Markos Gogoulos
2021-09-23 18:34:27 +03:00
committed by GitHub
parent 2ce8dba163
commit 32e07035f3
7 changed files with 44 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "cms.settings")
os.environ.setdefault("TESTING", "True")
# os.environ.setdefault("TESTING", "True")
try:
from django.core.management import execute_from_command_line