aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_c.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 10:04:32 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 10:04:32 -0700
commit370043071890c137ff51b21773fa5b1cb3f31806 (patch)
tree800567f5b35bc7a350821b1929f29980397d9041 /tests/test_c.py
parent226b29568cecbe5f8214f608c0b9f901b18586ed (diff)
downloadcryptography-370043071890c137ff51b21773fa5b1cb3f31806.tar.gz
cryptography-370043071890c137ff51b21773fa5b1cb3f31806.tar.bz2
cryptography-370043071890c137ff51b21773fa5b1cb3f31806.zip
Less code, more tests.
Diffstat (limited to 'tests/test_c.py')
-rw-r--r--tests/test_c.py6
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