diff options
| author | Adam Janovsky | 2021-04-19 14:58:49 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-04-19 14:58:49 +0200 |
| commit | 6354f6a792028f33df0b91f9ce2be21f48167773 (patch) | |
| tree | a0106b5092a27bedeb78b8b78ec861d70f2cac52 | |
| parent | 4f646e3d805a5809316ef7aba70ad7010dabcdbd (diff) | |
| download | sec-certs-6354f6a792028f33df0b91f9ce2be21f48167773.tar.gz sec-certs-6354f6a792028f33df0b91f9ce2be21f48167773.tar.zst sec-certs-6354f6a792028f33df0b91f9ce2be21f48167773.zip | |
delete print statement in tests
| -rw-r--r-- | test/test_cc_oop.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_cc_oop.py b/test/test_cc_oop.py index c4289ba8..2a187ab0 100644 --- a/test/test_cc_oop.py +++ b/test/test_cc_oop.py @@ -160,9 +160,6 @@ class TestCommonCriteriaOOP(TestCase): self.assertEqual(len(os.listdir(dataset_path)), 0, 'Meta files (csv, html) were not deleted properly albeit this was explicitly required.') - for cert in dset: - print(repr(cert.report_link)) - self.assertEqual(len(dset), 2, 'The dataset should contain 2 files.') self.assertTrue(self.crt_one in dset, 'The dataset does not contain the template certificate.') |
