aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_c.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 23:50:51 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 23:50:51 -0700
commit6c4570da8218f0f003c2a4839927f3baadfd95aa (patch)
tree2378320f060f73ec4d4560b99446fffb28577d36 /tests/test_c.py
parent3562d05f7b6084e6c4de5ba547d0f5e03a349e1b (diff)
parent5e7926f5afbb155168a000008c842f1228a2e203 (diff)
downloadcryptography-6c4570da8218f0f003c2a4839927f3baadfd95aa.tar.gz
cryptography-6c4570da8218f0f003c2a4839927f3baadfd95aa.tar.bz2
cryptography-6c4570da8218f0f003c2a4839927f3baadfd95aa.zip
Merge pull request #21 from hynek/rename-c-to-bindings
Refactor into latest design decision
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