mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-10 23:14:52 +03:00
Merge branch 'Ahmed-Qaisar/Improve-test-coverage-of-production-build/config' of https://github.com/Ahmed-Qaisar/cookiecutter-django into Ahmed-Qaisar/Improve-test-coverage-of-production-build/config
This commit is contained in:
commit
d3fabfd07b
|
@ -1,6 +1,7 @@
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
def test_production_check():
|
def test_production_check():
|
||||||
base_dir = os.getcwd()
|
base_dir = os.getcwd()
|
||||||
manage_py_path = os.path.join(base_dir, "test_project", "manage.py")
|
manage_py_path = os.path.join(base_dir, "test_project", "manage.py")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user