summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2012-11-13 01:28:08 +0100
committerGael Pasgrimaud <gael@gawel.org>2012-11-13 01:28:08 +0100
commit83fa145ba3df2a8adae51d3533d7f086c55336ce (patch)
tree89d045ea8b3937d47218c46fc567efe4577b1913 /README.rst
parente38c762dba98149c17dede3f6ef328554b20d79e (diff)
downloadwebtest-83fa145ba3df2a8adae51d3533d7f086c55336ce.tar.gz
add a readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..a7480e1
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,11 @@
+=======
+WebTest
+=======
+
+This wraps any WSGI application and makes it easy to send test
+requests to that application, without starting up an HTTP server.
+
+This provides convenient full-stack testing of applications written
+with any WSGI-compatible framework.
+
+Full docs can be found at https://webtest.readthedocs.org/en/latest/