summaryrefslogtreecommitdiffstats
path: root/tests/plugin_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugin_tests.sh')
-rwxr-xr-xtests/plugin_tests.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/plugin_tests.sh b/tests/plugin_tests.sh
new file mode 100755
index 000000000..be06c0dc5
--- /dev/null
+++ b/tests/plugin_tests.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+NS=nosetests
+which nosetests2 > /dev/null && NS=nosetests2
+# must be executed within tests dir
+cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+$NS HosterPluginTester.py CrypterPluginTester.py -s --with-xunit --with-coverage --cover-erase --cover-package=module.plugins --with-id
+coverage xml