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