aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2021-04-19 14:58:49 +0200
committerAdam Janovsky2021-04-19 14:58:49 +0200
commit6354f6a792028f33df0b91f9ce2be21f48167773 (patch)
treea0106b5092a27bedeb78b8b78ec861d70f2cac52
parent4f646e3d805a5809316ef7aba70ad7010dabcdbd (diff)
downloadsec-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.py3
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.')