aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_c.py
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2013-08-08 08:40:47 +0200
committerHynek Schlawack <hs@ox.cx>2013-08-08 08:40:47 +0200
commit196515a866d6582fbb4666cc1b78625d31c4f53c (patch)
tree2af9e38901974693bac553ec9cb6a57802403f3f /tests/test_c.py
parent3562d05f7b6084e6c4de5ba547d0f5e03a349e1b (diff)
downloadcryptography-196515a866d6582fbb4666cc1b78625d31c4f53c.tar.gz
cryptography-196515a866d6582fbb4666cc1b78625d31c4f53c.tar.bz2
cryptography-196515a866d6582fbb4666cc1b78625d31c4f53c.zip
Refactor into latest design decision
C is an implementation detail of the wrapper API, so we go with 'bindings'. Also create/fix some namespaces.
Diffstat (limited to 'tests/test_c.py')
-rw-r--r--tests/test_c.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_c.py b/tests/test_c.py
deleted file mode 100644
index c50968e2..00000000
--- a/tests/test_c.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from cryptography.c import api
-
-
-class TestC(object):
- def test_api_exists(self):
- assert api