From 9857697e6bcdc0399729311594f1b1b8554ae653 Mon Sep 17 00:00:00 2001 From: bobby-didcoding Date: Mon, 21 Oct 2024 12:05:41 +0100 Subject: [PATCH 1/2] removed test-reports --- test-reports/junit.xml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test-reports/junit.xml diff --git a/test-reports/junit.xml b/test-reports/junit.xml deleted file mode 100644 index f5a91568..00000000 --- a/test-reports/junit.xml +++ /dev/null @@ -1 +0,0 @@ -/app/contact/tests/test_views.py:80: Skipping this test as disabled translation/app/contact/tests/test_views.py:80: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_helpers.py:13: Skipping this test as disabled translation/app/core/tests/test_mixins.py:55: got empty parameter set ['view_class'], function test_cached_views_not_dynamic at /app/core/tests/test_mixins.py:54/app/find_a_supplier/tests/test_templates.py:7: Skipped while the sector/industries panel is hidden in find_a_supplier/templates/find_a_supplier/landing_page.html/app/find_a_supplier/tests/test_templates.py:7: Skipped while the sector/industries panel is hidden in find_a_supplier/templates/find_a_supplier/landing_page.html/app/find_a_supplier/tests/test_templates.py:7: Skipped while the sector/industries panel is hidden in find_a_supplier/templates/find_a_supplier/landing_page.html/app/investment_atlas/tests/test_views.py:258: The planning status and scales filters are currently disabled./app/investment_atlas/tests/test_views.py:580: Skipped because we're currently not redirecting if there is no session data, because we don't need that data until we start passing around PDF download URLs again/app/investment_atlas/tests/test_views.py:593: Skipped because we're currently not parking selected opps in session data, because we don't need that data until we start passing around PDF download URLs again \ No newline at end of file From dbf5926932692a2552394795af963248c693997b Mon Sep 17 00:00:00 2001 From: bobby-didcoding Date: Mon, 21 Oct 2024 12:06:52 +0100 Subject: [PATCH 2/2] added test-reports to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fd2c3dff..2fcfae3a 100644 --- a/.gitignore +++ b/.gitignore @@ -115,4 +115,6 @@ postgres_data dockerise/postgres/data/*.sql # #Docker config file -Dockerfile.dev \ No newline at end of file +Dockerfile.dev + +test-reports/ \ No newline at end of file