mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Test refinements
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -1,3 +1,8 @@
|
||||
{
|
||||
"esbonio.sphinx.confDir": ""
|
||||
"esbonio.sphinx.confDir": "",
|
||||
"python.testing.pytestArgs": [
|
||||
"."
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user