aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_console_palettes.py11
-rwxr-xr-xtest/tools/testpatt9
2 files changed, 20 insertions, 0 deletions
diff --git a/test/test_console_palettes.py b/test/test_console_palettes.py
new file mode 100644
index 00000000..3f8e280a
--- /dev/null
+++ b/test/test_console_palettes.py
@@ -0,0 +1,11 @@
+import os
+from nose.plugins.skip import SkipTest
+if os.name == "nt":
+ raise SkipTest("Skipped on Windows.")
+import libmproxy.console.palettes as palettes
+
+
+class TestPalette:
+ def test_helptext(self):
+ for i in palettes.palettes.values():
+ assert i.palette()
diff --git a/test/tools/testpatt b/test/tools/testpatt
new file mode 100755
index 00000000..3b79e3ee
--- /dev/null
+++ b/test/tools/testpatt
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# Generate a test pattern with pathoc
+PATHOD=http://localhost:9999
+pathoc localhost:8080 "get:'$PATHOD/p/200:p0,1'"
+pathoc localhost:8080 "get:'$PATHOD/p/300:p0,1'"
+pathoc localhost:8080 "get:'$PATHOD/p/400:p0,1'"
+pathoc localhost:8080 "get:'$PATHOD/p/500:p0,1'"
+pathoc localhost:8080 "get:'$PATHOD/p/600:p0,1'"