diff options
| -rw-r--r-- | docs/chipy-presentation/#about.txt# | 14 | ||||
| -rw-r--r-- | docs/chipy-presentation/about.txt | 7 | ||||
| -rw-r--r-- | docs/index.txt | 9 |
3 files changed, 14 insertions, 16 deletions
diff --git a/docs/chipy-presentation/#about.txt# b/docs/chipy-presentation/#about.txt# deleted file mode 100644 index d71ec6d..0000000 --- a/docs/chipy-presentation/#about.txt# +++ /dev/null @@ -1,14 +0,0 @@ -WebTest -------- - -* Functional testing for applications -* Doesn't require an HTTP server -* Integrates well with any test runner (unittest, doctest, py.test, - nose) - - -Principles: ------------ - -* Demand successful response unless told otherwise -* diff --git a/docs/chipy-presentation/about.txt b/docs/chipy-presentation/about.txt index e453c1c..d71ec6d 100644 --- a/docs/chipy-presentation/about.txt +++ b/docs/chipy-presentation/about.txt @@ -5,3 +5,10 @@ WebTest * Doesn't require an HTTP server * Integrates well with any test runner (unittest, doctest, py.test, nose) + + +Principles: +----------- + +* Demand successful response unless told otherwise +* diff --git a/docs/index.txt b/docs/index.txt index fff0430..7f22b67 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -351,8 +351,8 @@ template_name`` in your framework, then ``response.template`` will be News ==== -svn trunk ---------- +1.0 +--- * Keep URLs in-tact in cases such as ``app.get('http://www.python.org')`` (so HTTP_HOST=www.python.org, @@ -364,3 +364,8 @@ svn trunk (avoids quoting cookie values). * Accept any ``params`` argument that has an ``items`` method (like MultiDict) + +0.9 +--- + +Initial release |
