Test refinements

This commit is contained in:
Jamie Hardt
2022-11-18 19:09:37 -08:00
parent dd767b2d41
commit 4c3e103e77
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
{ {
"esbonio.sphinx.confDir": "" "esbonio.sphinx.confDir": "",
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
} }

View File

@@ -8,7 +8,7 @@ import glob
from ptulsconv import commands from ptulsconv import commands
class TestBroadcastTimecode(unittest.TestCase): class TestPDFExport(unittest.TestCase):
def test_report_generation(self): def test_report_generation(self):
""" """
Setp through every text file in export_cases and make sure it can Setp through every text file in export_cases and make sure it can