aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-14 22:48:43 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-14 23:31:37 +0100
commita12c3d3f8ea255dd03bb7e993fa85eb00f47ab29 (patch)
tree82595e20d3fbbbb568de9178b7645a40fb7b0923
parent04748e6f3f654733afafea3701d4ed03b08b8167 (diff)
downloadmitmproxy-a12c3d3f8ea255dd03bb7e993fa85eb00f47ab29.tar.gz
mitmproxy-a12c3d3f8ea255dd03bb7e993fa85eb00f47ab29.tar.bz2
mitmproxy-a12c3d3f8ea255dd03bb7e993fa85eb00f47ab29.zip
restructure and move test files
add empty test files to satisfy linter
-rw-r--r--test/helper_tools/1024example (renamed from test/mitmproxy/tools/1024example)0
-rw-r--r--test/helper_tools/ab.exe (renamed from test/mitmproxy/tools/ab.exe)bin82944 -> 82944 bytes
-rw-r--r--test/helper_tools/bench.py (renamed from test/mitmproxy/tools/bench.py)0
-rw-r--r--test/helper_tools/benchtool.py (renamed from test/mitmproxy/tools/benchtool.py)0
-rwxr-xr-xtest/helper_tools/dumperview.py (renamed from test/mitmproxy/addons/dumperview.py)0
-rw-r--r--test/helper_tools/getcert (renamed from test/mitmproxy/tools/getcert)0
-rw-r--r--test/helper_tools/inspect_dumpfile.py (renamed from test/mitmproxy/tools/inspect_dumpfile.py)0
-rw-r--r--test/helper_tools/memoryleak.py (renamed from test/mitmproxy/tools/memoryleak.py)0
-rw-r--r--test/helper_tools/passive_close.py (renamed from test/mitmproxy/tools/passive_close.py)0
-rw-r--r--test/helper_tools/testpatt (renamed from test/mitmproxy/tools/testpatt)0
-rw-r--r--test/mitmproxy/addons/onboardingapp/test_app.py1
-rw-r--r--test/mitmproxy/addons/test_eventstore.py1
-rw-r--r--test/mitmproxy/contentviews/image/test_image_parser.py (renamed from test/mitmproxy/contentviews/test_image_parser.py)0
-rw-r--r--test/mitmproxy/contentviews/image/test_view.py (renamed from test/mitmproxy/contentviews/test_image.py)0
-rw-r--r--test/mitmproxy/contentviews/test_base.py1
-rw-r--r--test/mitmproxy/contentviews/test_wbxml.py1
-rw-r--r--test/mitmproxy/contrib/test_tnetstring.py (renamed from test/mitmproxy/test_contrib_tnetstring.py)0
-rw-r--r--test/mitmproxy/mock_urwid.py11
-rw-r--r--test/mitmproxy/platform/test_pf.py (renamed from test/mitmproxy/test_platform_pf.py)0
-rw-r--r--test/mitmproxy/proxy/modes/test_http_proxy.py1
-rw-r--r--test/mitmproxy/proxy/modes/test_reverse_proxy.py1
-rw-r--r--test/mitmproxy/proxy/modes/test_socks_proxy.py1
-rw-r--r--test/mitmproxy/proxy/modes/test_transparent_proxy.py1
-rw-r--r--test/mitmproxy/proxy/protocol/test_base.py1
-rw-r--r--test/mitmproxy/proxy/protocol/test_http.py1
-rw-r--r--test/mitmproxy/proxy/protocol/test_http1.py (renamed from test/mitmproxy/protocol/test_http1.py)0
-rw-r--r--test/mitmproxy/proxy/protocol/test_http2.py (renamed from test/mitmproxy/protocol/test_http2.py)0
-rw-r--r--test/mitmproxy/proxy/protocol/test_http_replay.py1
-rw-r--r--test/mitmproxy/proxy/protocol/test_rawtcp.py1
-rw-r--r--test/mitmproxy/proxy/protocol/test_tls.py (renamed from test/mitmproxy/protocol/test_tls.py)0
-rw-r--r--test/mitmproxy/proxy/protocol/test_websocket.py (renamed from test/mitmproxy/protocol/test_websocket.py)0
-rw-r--r--test/mitmproxy/proxy/test_config.py (renamed from test/mitmproxy/test_proxy_config.py)0
-rw-r--r--test/mitmproxy/proxy/test_root_context.py1
-rw-r--r--test/mitmproxy/proxy/test_server.py (renamed from test/mitmproxy/test_server.py)0
-rw-r--r--test/mitmproxy/test_connections.py1
-rw-r--r--test/mitmproxy/test_ctx.py1
-rw-r--r--test/mitmproxy/test_exceptions.py1
-rw-r--r--test/mitmproxy/test_export.py (renamed from test/mitmproxy/test_flow_export.py)0
-rw-r--r--test/mitmproxy/test_http.py1
-rw-r--r--test/mitmproxy/test_io.py1
-rw-r--r--test/mitmproxy/test_io_compat.py (renamed from test/mitmproxy/test_flow_format_compat.py)0
-rw-r--r--test/mitmproxy/test_log.py1
-rw-r--r--test/mitmproxy/test_master.py1
-rw-r--r--test/mitmproxy/test_options.py1
-rw-r--r--test/mitmproxy/test_tcp.py1
-rw-r--r--test/mitmproxy/test_websocket.py1
-rw-r--r--test/mitmproxy/tools/console/__init__.py (renamed from test/mitmproxy/console/__init__.py)0
-rw-r--r--test/mitmproxy/tools/console/test_common.py (renamed from test/mitmproxy/console/test_common.py)0
-rw-r--r--test/mitmproxy/tools/console/test_help.py (renamed from test/mitmproxy/console/test_help.py)0
-rw-r--r--test/mitmproxy/tools/console/test_master.py (renamed from test/mitmproxy/console/test_master.py)0
-rw-r--r--test/mitmproxy/tools/console/test_palettes.py (renamed from test/mitmproxy/console/test_palettes.py)0
-rw-r--r--test/mitmproxy/tools/console/test_pathedit.py (renamed from test/mitmproxy/console/test_pathedit.py)0
-rw-r--r--test/mitmproxy/tools/test_cmdline.py (renamed from test/mitmproxy/test_cmdline.py)0
-rw-r--r--test/mitmproxy/tools/test_dump.py (renamed from test/mitmproxy/test_tools_dump.py)0
-rw-r--r--test/mitmproxy/tools/web/test_app.py (renamed from test/mitmproxy/test_web_app.py)0
-rw-r--r--test/mitmproxy/tools/web/test_master.py (renamed from test/mitmproxy/test_web_master.py)0
-rw-r--r--test/mitmproxy/utils/test_bits.py1
-rw-r--r--test/pathod/language/test_actions.py (renamed from test/pathod/test_language_actions.py)0
-rw-r--r--test/pathod/language/test_base.py (renamed from test/pathod/test_language_base.py)0
-rw-r--r--test/pathod/language/test_exceptions.py1
-rw-r--r--test/pathod/language/test_generators.py (renamed from test/pathod/test_language_generators.py)0
-rw-r--r--test/pathod/language/test_http.py (renamed from test/pathod/test_language_http.py)0
-rw-r--r--test/pathod/language/test_http2.py (renamed from test/pathod/test_language_http2.py)0
-rw-r--r--test/pathod/language/test_message.py1
-rw-r--r--test/pathod/language/test_websockets.py (renamed from test/pathod/test_language_websocket.py)0
-rw-r--r--test/pathod/language/test_writer.py (renamed from test/pathod/test_language_writer.py)0
-rw-r--r--test/pathod/protocols/test_http.py1
-rw-r--r--test/pathod/protocols/test_http2.py (renamed from test/pathod/test_protocols_http2.py)0
-rw-r--r--test/pathod/protocols/test_websockets.py1
69 files changed, 28 insertions, 11 deletions
diff --git a/test/mitmproxy/tools/1024example b/test/helper_tools/1024example
index 78af7ed0..78af7ed0 100644
--- a/test/mitmproxy/tools/1024example
+++ b/test/helper_tools/1024example
diff --git a/test/mitmproxy/tools/ab.exe b/test/helper_tools/ab.exe
index d68ed0f3..d68ed0f3 100644
--- a/test/mitmproxy/tools/ab.exe
+++ b/test/helper_tools/ab.exe
Binary files differ
diff --git a/test/mitmproxy/tools/bench.py b/test/helper_tools/bench.py
index fb75ef46..fb75ef46 100644
--- a/test/mitmproxy/tools/bench.py
+++ b/test/helper_tools/bench.py
diff --git a/test/mitmproxy/tools/benchtool.py b/test/helper_tools/benchtool.py
index b9078d0e..b9078d0e 100644
--- a/test/mitmproxy/tools/benchtool.py
+++ b/test/helper_tools/benchtool.py
diff --git a/test/mitmproxy/addons/dumperview.py b/test/helper_tools/dumperview.py
index be56fe14..be56fe14 100755
--- a/test/mitmproxy/addons/dumperview.py
+++ b/test/helper_tools/dumperview.py
diff --git a/test/mitmproxy/tools/getcert b/test/helper_tools/getcert
index 43ebf11d..43ebf11d 100644
--- a/test/mitmproxy/tools/getcert
+++ b/test/helper_tools/getcert
diff --git a/test/mitmproxy/tools/inspect_dumpfile.py b/test/helper_tools/inspect_dumpfile.py
index b2201f40..b2201f40 100644
--- a/test/mitmproxy/tools/inspect_dumpfile.py
+++ b/test/helper_tools/inspect_dumpfile.py
diff --git a/test/mitmproxy/tools/memoryleak.py b/test/helper_tools/memoryleak.py
index c03230da..c03230da 100644
--- a/test/mitmproxy/tools/memoryleak.py
+++ b/test/helper_tools/memoryleak.py
diff --git a/test/mitmproxy/tools/passive_close.py b/test/helper_tools/passive_close.py
index 6f97ea4f..6f97ea4f 100644
--- a/test/mitmproxy/tools/passive_close.py
+++ b/test/helper_tools/passive_close.py
diff --git a/test/mitmproxy/tools/testpatt b/test/helper_tools/testpatt
index b41011c0..b41011c0 100644
--- a/test/mitmproxy/tools/testpatt
+++ b/test/helper_tools/testpatt
diff --git a/test/mitmproxy/addons/onboardingapp/test_app.py b/test/mitmproxy/addons/onboardingapp/test_app.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/addons/onboardingapp/test_app.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/addons/test_eventstore.py b/test/mitmproxy/addons/test_eventstore.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/addons/test_eventstore.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/contentviews/test_image_parser.py b/test/mitmproxy/contentviews/image/test_image_parser.py
index 3c8bfdf7..3c8bfdf7 100644
--- a/test/mitmproxy/contentviews/test_image_parser.py
+++ b/test/mitmproxy/contentviews/image/test_image_parser.py
diff --git a/test/mitmproxy/contentviews/test_image.py b/test/mitmproxy/contentviews/image/test_view.py
index e3dfb714..e3dfb714 100644
--- a/test/mitmproxy/contentviews/test_image.py
+++ b/test/mitmproxy/contentviews/image/test_view.py
diff --git a/test/mitmproxy/contentviews/test_base.py b/test/mitmproxy/contentviews/test_base.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/contentviews/test_base.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/contentviews/test_wbxml.py b/test/mitmproxy/contentviews/test_wbxml.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/contentviews/test_wbxml.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_contrib_tnetstring.py b/test/mitmproxy/contrib/test_tnetstring.py
index 05c4a7c9..05c4a7c9 100644
--- a/test/mitmproxy/test_contrib_tnetstring.py
+++ b/test/mitmproxy/contrib/test_tnetstring.py
diff --git a/test/mitmproxy/mock_urwid.py b/test/mitmproxy/mock_urwid.py
deleted file mode 100644
index 9cc41abc..00000000
--- a/test/mitmproxy/mock_urwid.py
+++ /dev/null
@@ -1,11 +0,0 @@
-import os
-import sys
-from unittest import mock
-
-if os.name == "nt":
- m = mock.Mock()
- m.__version__ = "1.1.1"
- m.Widget = mock.Mock
- m.WidgetWrap = mock.Mock
- sys.modules['urwid'] = m
- sys.modules['urwid.util'] = mock.Mock()
diff --git a/test/mitmproxy/test_platform_pf.py b/test/mitmproxy/platform/test_pf.py
index f644bcc5..f644bcc5 100644
--- a/test/mitmproxy/test_platform_pf.py
+++ b/test/mitmproxy/platform/test_pf.py
diff --git a/test/mitmproxy/proxy/modes/test_http_proxy.py b/test/mitmproxy/proxy/modes/test_http_proxy.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/modes/test_http_proxy.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/proxy/modes/test_reverse_proxy.py b/test/mitmproxy/proxy/modes/test_reverse_proxy.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/modes/test_reverse_proxy.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/proxy/modes/test_socks_proxy.py b/test/mitmproxy/proxy/modes/test_socks_proxy.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/modes/test_socks_proxy.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/proxy/modes/test_transparent_proxy.py b/test/mitmproxy/proxy/modes/test_transparent_proxy.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/modes/test_transparent_proxy.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/proxy/protocol/test_base.py b/test/mitmproxy/proxy/protocol/test_base.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/protocol/test_base.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/proxy/protocol/test_http.py b/test/mitmproxy/proxy/protocol/test_http.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/protocol/test_http.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/protocol/test_http1.py b/test/mitmproxy/proxy/protocol/test_http1.py
index 44a9effa..44a9effa 100644
--- a/test/mitmproxy/protocol/test_http1.py
+++ b/test/mitmproxy/proxy/protocol/test_http1.py
diff --git a/test/mitmproxy/protocol/test_http2.py b/test/mitmproxy/proxy/protocol/test_http2.py
index 8e8ba644..8e8ba644 100644
--- a/test/mitmproxy/protocol/test_http2.py
+++ b/test/mitmproxy/proxy/protocol/test_http2.py
diff --git a/test/mitmproxy/proxy/protocol/test_http_replay.py b/test/mitmproxy/proxy/protocol/test_http_replay.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/protocol/test_http_replay.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/proxy/protocol/test_rawtcp.py b/test/mitmproxy/proxy/protocol/test_rawtcp.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/protocol/test_rawtcp.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/protocol/test_tls.py b/test/mitmproxy/proxy/protocol/test_tls.py
index e17ee46f..e17ee46f 100644
--- a/test/mitmproxy/protocol/test_tls.py
+++ b/test/mitmproxy/proxy/protocol/test_tls.py
diff --git a/test/mitmproxy/protocol/test_websocket.py b/test/mitmproxy/proxy/protocol/test_websocket.py
index 73ee8b35..73ee8b35 100644
--- a/test/mitmproxy/protocol/test_websocket.py
+++ b/test/mitmproxy/proxy/protocol/test_websocket.py
diff --git a/test/mitmproxy/test_proxy_config.py b/test/mitmproxy/proxy/test_config.py
index 4272d952..4272d952 100644
--- a/test/mitmproxy/test_proxy_config.py
+++ b/test/mitmproxy/proxy/test_config.py
diff --git a/test/mitmproxy/proxy/test_root_context.py b/test/mitmproxy/proxy/test_root_context.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/proxy/test_root_context.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_server.py b/test/mitmproxy/proxy/test_server.py
index 9cd47cea..9cd47cea 100644
--- a/test/mitmproxy/test_server.py
+++ b/test/mitmproxy/proxy/test_server.py
diff --git a/test/mitmproxy/test_connections.py b/test/mitmproxy/test_connections.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_connections.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_ctx.py b/test/mitmproxy/test_ctx.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_ctx.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_exceptions.py b/test/mitmproxy/test_exceptions.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_exceptions.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_flow_export.py b/test/mitmproxy/test_export.py
index 457d8836..457d8836 100644
--- a/test/mitmproxy/test_flow_export.py
+++ b/test/mitmproxy/test_export.py
diff --git a/test/mitmproxy/test_http.py b/test/mitmproxy/test_http.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_http.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_io.py b/test/mitmproxy/test_io.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_io.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_flow_format_compat.py b/test/mitmproxy/test_io_compat.py
index 288de4fc..288de4fc 100644
--- a/test/mitmproxy/test_flow_format_compat.py
+++ b/test/mitmproxy/test_io_compat.py
diff --git a/test/mitmproxy/test_log.py b/test/mitmproxy/test_log.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_log.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_master.py b/test/mitmproxy/test_master.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_master.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_options.py b/test/mitmproxy/test_options.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_options.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_tcp.py b/test/mitmproxy/test_tcp.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_tcp.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/test_websocket.py b/test/mitmproxy/test_websocket.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/test_websocket.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/mitmproxy/console/__init__.py b/test/mitmproxy/tools/console/__init__.py
index e69de29b..e69de29b 100644
--- a/test/mitmproxy/console/__init__.py
+++ b/test/mitmproxy/tools/console/__init__.py
diff --git a/test/mitmproxy/console/test_common.py b/test/mitmproxy/tools/console/test_common.py
index 236ebb41..236ebb41 100644
--- a/test/mitmproxy/console/test_common.py
+++ b/test/mitmproxy/tools/console/test_common.py
diff --git a/test/mitmproxy/console/test_help.py b/test/mitmproxy/tools/console/test_help.py
index 86b842d8..86b842d8 100644
--- a/test/mitmproxy/console/test_help.py
+++ b/test/mitmproxy/tools/console/test_help.py
diff --git a/test/mitmproxy/console/test_master.py b/test/mitmproxy/tools/console/test_master.py
index 1c89467c..1c89467c 100644
--- a/test/mitmproxy/console/test_master.py
+++ b/test/mitmproxy/tools/console/test_master.py
diff --git a/test/mitmproxy/console/test_palettes.py b/test/mitmproxy/tools/console/test_palettes.py
index 3892797d..3892797d 100644
--- a/test/mitmproxy/console/test_palettes.py
+++ b/test/mitmproxy/tools/console/test_palettes.py
diff --git a/test/mitmproxy/console/test_pathedit.py b/test/mitmproxy/tools/console/test_pathedit.py
index bd064e5f..bd064e5f 100644
--- a/test/mitmproxy/console/test_pathedit.py
+++ b/test/mitmproxy/tools/console/test_pathedit.py
diff --git a/test/mitmproxy/test_cmdline.py b/test/mitmproxy/tools/test_cmdline.py
index 96d5ae31..96d5ae31 100644
--- a/test/mitmproxy/test_cmdline.py
+++ b/test/mitmproxy/tools/test_cmdline.py
diff --git a/test/mitmproxy/test_tools_dump.py b/test/mitmproxy/tools/test_dump.py
index f8a88871..f8a88871 100644
--- a/test/mitmproxy/test_tools_dump.py
+++ b/test/mitmproxy/tools/test_dump.py
diff --git a/test/mitmproxy/test_web_app.py b/test/mitmproxy/tools/web/test_app.py
index 00dc2c7c..00dc2c7c 100644
--- a/test/mitmproxy/test_web_app.py
+++ b/test/mitmproxy/tools/web/test_app.py
diff --git a/test/mitmproxy/test_web_master.py b/test/mitmproxy/tools/web/test_master.py
index d4190ffb..d4190ffb 100644
--- a/test/mitmproxy/test_web_master.py
+++ b/test/mitmproxy/tools/web/test_master.py
diff --git a/test/mitmproxy/utils/test_bits.py b/test/mitmproxy/utils/test_bits.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/mitmproxy/utils/test_bits.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/pathod/test_language_actions.py b/test/pathod/language/test_actions.py
index 9740e5c7..9740e5c7 100644
--- a/test/pathod/test_language_actions.py
+++ b/test/pathod/language/test_actions.py
diff --git a/test/pathod/test_language_base.py b/test/pathod/language/test_base.py
index 85e9e53b..85e9e53b 100644
--- a/test/pathod/test_language_base.py
+++ b/test/pathod/language/test_base.py
diff --git a/test/pathod/language/test_exceptions.py b/test/pathod/language/test_exceptions.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/pathod/language/test_exceptions.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/pathod/test_language_generators.py b/test/pathod/language/test_generators.py
index b3ce0335..b3ce0335 100644
--- a/test/pathod/test_language_generators.py
+++ b/test/pathod/language/test_generators.py
diff --git a/test/pathod/test_language_http.py b/test/pathod/language/test_http.py
index 6ab43fe0..6ab43fe0 100644
--- a/test/pathod/test_language_http.py
+++ b/test/pathod/language/test_http.py
diff --git a/test/pathod/test_language_http2.py b/test/pathod/language/test_http2.py
index 4f89adb8..4f89adb8 100644
--- a/test/pathod/test_language_http2.py
+++ b/test/pathod/language/test_http2.py
diff --git a/test/pathod/language/test_message.py b/test/pathod/language/test_message.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/pathod/language/test_message.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/pathod/test_language_websocket.py b/test/pathod/language/test_websockets.py
index e5046591..e5046591 100644
--- a/test/pathod/test_language_websocket.py
+++ b/test/pathod/language/test_websockets.py
diff --git a/test/pathod/test_language_writer.py b/test/pathod/language/test_writer.py
index 7feb985d..7feb985d 100644
--- a/test/pathod/test_language_writer.py
+++ b/test/pathod/language/test_writer.py
diff --git a/test/pathod/protocols/test_http.py b/test/pathod/protocols/test_http.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/pathod/protocols/test_http.py
@@ -0,0 +1 @@
+# TODO: write tests
diff --git a/test/pathod/test_protocols_http2.py b/test/pathod/protocols/test_http2.py
index 5bb31031..5bb31031 100644
--- a/test/pathod/test_protocols_http2.py
+++ b/test/pathod/protocols/test_http2.py
diff --git a/test/pathod/protocols/test_websockets.py b/test/pathod/protocols/test_websockets.py
new file mode 100644
index 00000000..777ab4dd
--- /dev/null
+++ b/test/pathod/protocols/test_websockets.py
@@ -0,0 +1 @@
+# TODO: write tests