From 4c3e103e778ca508327f033dc52c4da851f703a4 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 18 Nov 2022 19:09:37 -0800 Subject: [PATCH] Test refinements --- .vscode/settings.json | 7 ++++++- tests/functional/test_pdf_export.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a7d0fc7..a38a96d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "esbonio.sphinx.confDir": "" + "esbonio.sphinx.confDir": "", + "python.testing.pytestArgs": [ + "." + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true } \ No newline at end of file diff --git a/tests/functional/test_pdf_export.py b/tests/functional/test_pdf_export.py index 1261f3d..2f4e832 100644 --- a/tests/functional/test_pdf_export.py +++ b/tests/functional/test_pdf_export.py @@ -8,7 +8,7 @@ import glob from ptulsconv import commands -class TestBroadcastTimecode(unittest.TestCase): +class TestPDFExport(unittest.TestCase): def test_report_generation(self): """ Setp through every text file in export_cases and make sure it can