mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +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 subprocess
|
||||
|
||||
|
||||
def test_production_check():
|
||||
base_dir = os.getcwd()
|
||||
manage_py_path = os.path.join(base_dir, "test_project", "manage.py")
|
||||
|
|
Loading…
Reference in New Issue
Block a user