diff --git a/tests/test_progit_flask_api.py b/tests/test_progit_flask_api.py index cc2a89b..bd81b7b 100644 --- a/tests/test_progit_flask_api.py +++ b/tests/test_progit_flask_api.py @@ -27,7 +27,7 @@ import tests class ProgitFlaskApitests(tests.Modeltests): - """ Tests for flask API of progit """ + """ Tests for flask API controller of progit """ def setUp(self): """ Set up the environnment, ran before every tests. """ diff --git a/tests/test_progit_flask_ui_app.py b/tests/test_progit_flask_ui_app.py index 512c33a..25add0a 100644 --- a/tests/test_progit_flask_ui_app.py +++ b/tests/test_progit_flask_ui_app.py @@ -27,7 +27,7 @@ import tests class ProgitFlaskApptests(tests.Modeltests): - """ Tests for flask app of progit """ + """ Tests for flask app controller of progit """ def setUp(self): """ Set up the environnment, ran before every tests. """ diff --git a/tests/test_progit_flask_ui_issues.py b/tests/test_progit_flask_ui_issues.py index 5539f1a..4b252b3 100644 --- a/tests/test_progit_flask_ui_issues.py +++ b/tests/test_progit_flask_ui_issues.py @@ -28,7 +28,7 @@ import tests class ProgitFlaskIssuestests(tests.Modeltests): - """ Tests for flask docs of progit """ + """ Tests for flask issues controller of progit """ def setUp(self): """ Set up the environnment, ran before every tests. """