diff options
| author | Adam Janovsky | 2020-11-26 08:35:56 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2020-11-26 08:35:56 +0100 |
| commit | 2332b94b57c90ea280d2b62e1c5f776ff11f18b9 (patch) | |
| tree | aab393bb693579bb83bf95fa87b851d83ff1112c /test | |
| parent | d4cf3bf8b2329181d0f5bf17c3dd87564fa80b2a (diff) | |
| download | sec-certs-2332b94b57c90ea280d2b62e1c5f776ff11f18b9.tar.gz sec-certs-2332b94b57c90ea280d2b62e1c5f776ff11f18b9.tar.zst sec-certs-2332b94b57c90ea280d2b62e1c5f776ff11f18b9.zip | |
get rid of convert_pdf() in tests
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_cc_oop.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_cc_oop.py b/test/test_cc_oop.py index 3a965ba7..f6471821 100644 --- a/test/test_cc_oop.py +++ b/test/test_cc_oop.py @@ -102,7 +102,6 @@ class TestCommonCriteriaOOP(TestCase): dset.root_dir = Path(td) dset.download_all_pdfs() - dset.convert_all_pdfs() actual_report_pdf_hashes = {key: helpers.get_sha256_filepath(val) for key, val in dset.report_pdf_paths.items()} actual_target_pdf_hashes = {key: helpers.get_sha256_filepath(val) for key, val in dset.target_pdf_paths.items()} |
