コード例 #1
0
 def test_notBefore(self):
     from certbot.crypto_util import notBefore
     self.assertEqual(
         notBefore(CERT_PATH).isoformat(), '2014-12-11T22:34:45+00:00')
コード例 #2
0
 def test_notBefore(self):
     from certbot.crypto_util import notBefore
     self.assertEqual(notBefore(CERT_PATH).isoformat(),
                      '2014-12-11T22:34:45+00:00')