diff options
Diffstat (limited to 'tests/test_c.py')
-rw-r--r-- | tests/test_c.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_c.py b/tests/test_c.py new file mode 100644 index 00000000..c50968e2 --- /dev/null +++ b/tests/test_c.py @@ -0,0 +1,6 @@ +from cryptography.c import api + + +class TestC(object): + def test_api_exists(self): + assert api |