diff options
| author | Adam Janovsky | 2021-04-19 15:00:55 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-04-19 15:00:55 +0200 |
| commit | b410def17e5e2016fdfbebb1c7289d1808fd4807 (patch) | |
| tree | 23b259ab053c5dec3322002d870c21727e02dbbe /test | |
| parent | a15acdd370add1386374f9028eec2c15c5d2481c (diff) | |
| download | sec-certs-b410def17e5e2016fdfbebb1c7289d1808fd4807.tar.gz sec-certs-b410def17e5e2016fdfbebb1c7289d1808fd4807.tar.zst sec-certs-b410def17e5e2016fdfbebb1c7289d1808fd4807.zip | |
delete print statement in tests
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_download.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py index 8c83c432..0d830026 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -41,4 +41,3 @@ class BasicTests(TestCase): (tmp_path / "targets").mkdir() download_cc(tmp_path, cert_list, 4) actual = {path.name for path in tmp_path.iterdir()} - print(actual) |
