summaryrefslogtreecommitdiff
path: root/src/leap/crypto/tests/test_certs.py
blob: 4d167c51a8e7fb027333b2c84b764b232d05978e (plain)
1
2
3
4
5
6
7
8
9
10
11
import unittest


class CertTestCase(unittest.TestCase):

    def test_load_client_and_pkey(self):
        self.fail('not implemented')


if __name__ == "__main__":
    unittest.main()