From: Sergey Matveev Date: Fri, 21 Feb 2020 08:27:44 +0000 (+0300) Subject: Forgotten debug file writing X-Git-Tag: 4.5~6 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=55ff1f33182c150ca71c44a11ac656f69214e0ba Forgotten debug file writing --- diff --git a/pygost/test_x509.py b/pygost/test_x509.py index 5e6c74d..ce7f3ff 100644 --- a/pygost/test_x509.py +++ b/pygost/test_x509.py @@ -275,7 +275,6 @@ class TestRFC4491bis(TestCase): ("signatureAlgorithm", ai_sign), ("signatureValue", BitString(sign)), )) - open("/tmp/1", "wb").write(cert.encode()) self.assertSequenceEqual(cert.encode(), b64decode(c_b64)) # CRL