mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
+DocString
This commit is contained in:
parent
e5be1efcff
commit
fbd0f824cd
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ from django_ynh.path_utils import assert_is_dir, assert_is_file
|
||||||
|
|
||||||
|
|
||||||
def run_pytest(django_settings_path, destination):
|
def run_pytest(django_settings_path, destination):
|
||||||
|
"""
|
||||||
|
1. Generate "local test installation"
|
||||||
|
2. Run pytest against generated sources
|
||||||
|
"""
|
||||||
assert_is_file(django_settings_path)
|
assert_is_file(django_settings_path)
|
||||||
|
|
||||||
conf_path = django_settings_path.parent
|
conf_path = django_settings_path.parent
|
||||||
|
|
Loading…
Add table
Reference in a new issue