From fbd0f824cd7665330fa944edcaba0776189a2ff0 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Mon, 28 Dec 2020 20:15:21 +0100 Subject: [PATCH] +DocString --- django_ynh/pytest_helper.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/django_ynh/pytest_helper.py b/django_ynh/pytest_helper.py index e488e28..a806545 100644 --- a/django_ynh/pytest_helper.py +++ b/django_ynh/pytest_helper.py @@ -7,6 +7,10 @@ from django_ynh.path_utils import assert_is_dir, assert_is_file def run_pytest(django_settings_path, destination): + """ + 1. Generate "local test installation" + 2. Run pytest against generated sources + """ assert_is_file(django_settings_path) conf_path = django_settings_path.parent