From 370043071890c137ff51b21773fa5b1cb3f31806 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 7 Aug 2013 10:04:32 -0700 Subject: Less code, more tests. --- tests/__init__.py | 0 tests/test_c.py | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 tests/__init__.py create mode 100644 tests/test_c.py (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b 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 -- cgit v1.2.3