diff options
Diffstat (limited to 'tests/CrypterPluginTester.py')
-rw-r--r-- | tests/CrypterPluginTester.py | 6 |
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 |