summaryrefslogtreecommitdiffstats
path: root/tests/CrypterPluginTester.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-12 17:26:28 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-12 17:26:28 +0100
commit692d015627ecf03fbc23cfdb4afcf398b9a09a51 (patch)
tree3a3b65808c37aecd4d270b3d40850ae52f33a355 /tests/CrypterPluginTester.py
parentchanged HEAD request (diff)
downloadpyload-692d015627ecf03fbc23cfdb4afcf398b9a09a51.tar.xz
scripts for testing and syntax unit test
Diffstat (limited to 'tests/CrypterPluginTester.py')
-rw-r--r--tests/CrypterPluginTester.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/CrypterPluginTester.py b/tests/CrypterPluginTester.py
new file mode 100644
index 000000000..124cb4d0a
--- /dev/null
+++ b/tests/CrypterPluginTester.py
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+
+from unittest import TestCase
+
+class DecryptPluginTester(TestCase):
+ pass \ No newline at end of file