aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_c.py
blob: c50968e2caf9ae2673471f3dbbbb2e3a9d46ee04 (plain)
1
2
3
4
5
6
from cryptography.c import api


class TestC(object):
    def test_api_exists(self):
        assert api