summaryrefslogtreecommitdiff
path: root/pycryptopp/test/test_startup.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycryptopp/test/test_startup.py')
-rw-r--r--pycryptopp/test/test_startup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pycryptopp/test/test_startup.py b/pycryptopp/test/test_startup.py
new file mode 100644
index 0000000..3160feb
--- /dev/null
+++ b/pycryptopp/test/test_startup.py
@@ -0,0 +1,5 @@
+import unittest
+
+class T(unittest.TestCase):
+ def test_load_dll_twice(self):
+ pass