From 8ca5d83497cc106a2456ff7f2ebe3db5c8634d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 28 Oct 2011 09:32:35 +0200 Subject: [PATCH] [docs] Little explanation for test/core directory --- test/core/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/core/README.md diff --git a/test/core/README.md b/test/core/README.md new file mode 100644 index 0000000..152e5c6 --- /dev/null +++ b/test/core/README.md @@ -0,0 +1,10 @@ +# `test/core` + +`test/core` directory is a place where tests from node.js core go. They are +here to ensure that node-http-proxy works just fine with all kinds of +different situations, which are covered in core tests, but are not covered in +our tests. + +All these tests require little modifications to make them test node-http-proxy, +but we try to keep them as vanilla as possible. +