diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2012-07-22 23:37:46 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-07-22 23:37:46 +1200 |
| commit | 1b03fd6780f69f1d1f460868d5592587cb0c9c50 (patch) | |
| tree | 13a588c54e0ed2992963abab2fa15b872ac61606 /test/data | |
| parent | 33208b87205e08b97af07ed6a55c999990a1b8dc (diff) | |
| download | mitmproxy-1b03fd6780f69f1d1f460868d5592587cb0c9c50.tar.gz mitmproxy-1b03fd6780f69f1d1f460868d5592587cb0c9c50.tar.bz2 mitmproxy-1b03fd6780f69f1d1f460868d5592587cb0c9c50.zip | |
Allow execution of specs from file, using +./path
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/request | 1 | ||||
| -rw-r--r-- | test/data/response | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/data/request b/test/data/request new file mode 100644 index 00000000..c4c90e76 --- /dev/null +++ b/test/data/request @@ -0,0 +1 @@ +get:/foo diff --git a/test/data/response b/test/data/response new file mode 100644 index 00000000..8f897c85 --- /dev/null +++ b/test/data/response @@ -0,0 +1 @@ +202 |
