diff options
| author | ianb <devnull@localhost> | 2008-02-17 18:56:54 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2008-02-17 18:56:54 +0000 |
| commit | 766835c54e969536121e4e03599e978cdff3cf07 (patch) | |
| tree | 623cf2286d98c5a14125b1a5f258beb579645ee7 | |
| parent | b9be324ff757065d8ff7c2eb7a6ac8fbb49fe842 (diff) | |
| download | webtest-1.0.tar.gz | |
update news for release1.0
| -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 |
