commit | 370043071890c137ff51b21773fa5b1cb3f31806 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Aug 07 10:04:32 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Aug 07 10:04:32 2013 -0700 |
tree | 800567f5b35bc7a350821b1929f29980397d9041 | |
parent | 226b29568cecbe5f8214f608c0b9f901b18586ed [diff] [blame] |
Less code, more tests.
diff --git a/tests/test_c.py b/tests/test_c.py new file mode 100644 index 0000000..c50968e --- /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