summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-02-25 23:34:30 +0100
committerDomen Kožar <domen@dev.si>2013-02-25 23:34:30 +0100
commitf93bc34bf872db5486389b7b8e33bcfbf7d4cd51 (patch)
tree5e3fd103516ddadafc587b7864bfd35d65e4a5ae /docs
parentc0541e8c443142b4b2c58f31b13ced4a5f3220ea (diff)
downloadwebtest-f93bc34bf872db5486389b7b8e33bcfbf7d4cd51.tar.gz
add changelog into root and rename it
Diffstat (limited to 'docs')
l---------docs/changelog.rst1
-rw-r--r--docs/index.txt2
-rw-r--r--docs/news.txt299
3 files changed, 2 insertions, 300 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
new file mode 120000
index 0000000..e22698b
--- /dev/null
+++ b/docs/changelog.rst
@@ -0,0 +1 @@
+../CHANGELOG.rst \ No newline at end of file
diff --git a/docs/index.txt b/docs/index.txt
index 3af6dca..7ffc8c6 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -118,6 +118,6 @@ Contents
webtest.txt
api.txt
contributing.txt
- news.txt
+ changelog.txt
.. include:: license.txt
diff --git a/docs/news.txt b/docs/news.txt
deleted file mode 100644
index 57f0716..0000000
--- a/docs/news.txt
+++ /dev/null
@@ -1,299 +0,0 @@
-News
-====
-
-2.0dev
-------
-
-* drop zc.buildout usage for development, now using only virtualenv
- [Domen Kožar]
-
-* Backward incompatibility : Removed the ``anchor`` argument of
- :meth:`TestResponse.click` and the ``button`` argument of
- :meth:`TestResponse.clickbutton`. It is for the greater good.
- [madjar]
-
-* Rewrote API documentation [Domen Kožar]
-
-* Added `wsgiproxy` support to do HTTP request to an URL [gawel]
-
-* Use BeautifulSoup4 to parse forms [gawel]
-
-* Added `TestApp.patch_json` [gawel]
-
-* Implement `TestApp.cookiejar` support and kindof keep
- `TestApp.cookies` functionality. `TestApp.cookies`
- should be treated as read-only.
- [Domen Kožar]
-
-* Split Selenium integration into separate package webtest-selenium
- [gawel]
-
-* Split casperjs integration into separate package webtest-casperjs
- [gawel]
-
-* Test coverage improvements [harobed, cdevienne, arthru, Domen Kožar, gawel]
-
-* Fully implement decoding of HTML entities
-
-* Fix tox configuration
-
-1.4.2
------
-
-* fix tests error due to CLRF in a tarball
-
-1.4.1
------
-
-* add travis-ci
-
-* migrate repository to https://github.com/Pylons/webtest
-
-* Fix a typo in apps.py: selectedIndicies
-
-* Preserve field order during parsing (support for deform and such)
-
-* allow equals sign in the cookie by spliting name-value-string pairs on
- the first '=' sign as per
- http://tools.ietf.org/html/rfc6265#section-5.2
-
-* fix an error when you use AssertionError(response) with unicode chars in
- response
-
-1.4.0
------
-
-* added webtest.ext - allow to use casperjs
-
-1.3.6
-------
-
-* fix `#42 <https://bitbucket.org/ianb/webtest/issue/42>`_ Check uppercase
- method.
-
-* fix `#36 <https://bitbucket.org/ianb/webtest/issue/36>`_ Radio can use forced
- value.
-
-* fix `#24 <https://bitbucket.org/ianb/webtest/issue/24>`_ Include test
- fixtures.
-
-* fix bug when trying to print a response which contain some unicode chars
-
-1.3.5
-------
-
-* fix `#39 <https://bitbucket.org/ianb/webtest/issue/39>`_ Add PATCH to
- acceptable methods.
-
-
-1.3.4
------
-
-* fix `#33 <https://bitbucket.org/ianb/webtest/issue/33>`_ Remove
- CaptureStdout. Do nothing and break pdb
-
-* use OrderedDict to store fields in form. See
- `#31 <https://bitbucket.org/ianb/webtest/issue/31>`_
-
-* fix `#38 <https://bitbucket.org/ianb/webtest/issue/38>`_ Allow to post falsey
- values.
-
-* fix `#37 <https://bitbucket.org/ianb/webtest/issue/37>`_ Allow
- Content-Length: 0 without Content-Type
-
-* `fix #30 <https://bitbucket.org/ianb/webtest/issue/30>`_ bad link to pyquery
- documentation
-
-* Never catch NameError during iteration
-
-1.3.3
------
-
-* added ``post_json``, ``put_json``, ``delete_json``
-
-* fix `#25 <https://bitbucket.org/ianb/webtest/issue/25>`_ params dictionary of
- webtest.AppTest.post() does not support unicode values
-
-1.3.2
------
-
-* improve showbrowser. fixed `#23 <https://bitbucket.org/ianb/webtest/issue/23>`_
-
-* print_stderr fail with unicode string on python2
-
-1.3.1
------
-
-* Added .option() `#20 <https://bitbucket.org/ianb/webtest/issue/20>`_
-
-* Fix #21
-
-* Full python3 compat
-
-1.3
----
-
-* Moved TestApp to app.py
-
-* Added selenium testing framework. See :mod:`~webtest.sel` module.
-
-
-1.2.4
-------
-
-* Accept lists for ``app.post(url, params=[...])``
-
-* Allow to use url that starts with the SCRIPT_NAME found in extra_environ
-
-* Fix `#16 <https://bitbucket.org/ianb/webtest/issue/16>`_ Default
- content-type is now correctly set to `application/octet-stream`
-
-* Fix `#14 and #18 <https://bitbucket.org/ianb/webtest/issue/18>`_ Allow to use
- `.delete(params={})`
-
-* Fix `#12 <https://bitbucket.org/ianb/webtest/issue/12>`_
-
-
-1.2.3
------
-
-* Fix `#10
- <http://bitbucket.org/ianb/webtest/issue/10/testapprequest-method-overwrites-specifics-with-testapp-scoped>`_,
- now `TestApp.extra_environ` doesn't take precedence over a WSGI
- environment passed in through the request.
-
-* Removed stray print
-
-1.2.2
------
-
-* Revert change to cookies that would add ``"`` around cookie values.
-
-* Added property :meth:`webtest.Response.pyquery` which returns a
- `PyQuery <http://pyquery.org/>`_ object.
-
-* Set base_url on ``resp.lxml``
-
-* Include tests and docs in tarball.
-
-* Fix sending in webob.Request (or webtest.TestRequest) objects.
-
-* Fix handling forms with file uploads, when no file is selected.
-
-* Added ``extra_environ`` argument to :meth:`webtest.TestResponse.click`.
-
-* Fixed/added wildcard statuses, like ``status="4*"``
-
-* Fix file upload fields in forms: allow upload field to be empty.
-
-* Added support for single-quoted html attributes.
-
-* `TestResponse` now has unicode support. It is turned on by default
- for all responses with charset information. **This is backward
- incompatible change** if you rely (e.g. in doctests) on parsed
- form fields or responses returned by `json` and `lxml` methods
- being encoded strings when charset header is in response. In order
- to switch to old behaviour pass `use_unicode=False` flag to
- `TestApp` constructor.
-
-
-1.2.1
------
-
-* Added method :meth:`TestApp.request`, which can be used for
- sending requests with different methods (e.g., ``MKCOL``). This
- method sends all its keyword arguments to
- :meth:`webtest.TestRequest.blank` and then executes the request.
- The parameters are somewhat different than other methods (like
- :meth:`webtest.TestApp.get`), as they match WebOb's attribute
- names exactly (the other methods were written before WebOb existed).
-
-* Removed the copying of stdout to stderr during requests.
-
-* Fix file upload fields in forms (`#340
- <http://trac.pythonpaste.org/pythonpaste/ticket/340>`_) -- you could
- upload files with :meth:`webtest.TestApp.post`, but if you use
- ``resp.form`` file upload fields would not work (from rcs-comp.com
- and Matthew Desmarais).
-
-1.2
----
-
-* Fix form inputs; text inputs always default to the empty string, and
- unselected radio inputs default to nothing at all. From Daniele
- Paolella.
-
-* Fix following links with fragments (these fragments should not be
- sent to the WSGI application). From desmaj.
-
-* Added ``force_value`` to select fields, like
- ``res.form['select'].force_value("new_value")``. This makes it
- possible to simulate forms that are dynamically updated. From
- Matthew Desmarais.
-
-* Fixed :meth:`webtest.Response.mustcontain` when you pass in a
- ``no=[strings]`` argument.
-
-1.1
----
-
-* Changed the ``__str__`` of responses to make them more doctest
- friendly:
-
- - All headers are displayed capitalized, like Content-Type
- - Headers are sorted alphabetically
-
-* Changed ``__repr__`` to only show the body length if the complete
- body is not shown (for short bodies the complete body is in the
- repr)
-
-* Note: **these are backward incompatible changes** if you are using
- doctest (you'll have to update your doctests with the new format).
-
-* Fixed exception in the ``.delete`` method.
-
-* Added a ``content_type`` argument to ``app.post`` and ``app.put``,
- which sets the ``Content-Type`` of the request. This is more
- convenient when testing REST APIs.
-
-* Skip links in ``<script>...</script>`` tags (since that's not real
- markup).
-
-1.0.2
------
-
-* Don't submit unnamed form fields.
-
-* Checkboxes with no explicit ``value`` send ``on`` (previously they
- sent ``checked``, which isn't what browsers send).
-
-* Support for ``<select multiple>`` fields (from Matthew Desmarais)
-
-1.0.1
----
-
-* Fix the ``TestApp`` validator's InputWrapper lacking support for
- readline with an argument as needed by the cgi module.
-
-1.0
----
-
-* Keep URLs in-tact in cases such as
- ``app.get('http://www.python.org')`` (so HTTP_HOST=www.python.org,
- etc).
-
-* Fix ``lxml.html`` import, so lxml 2.0 users can get HTML lxml
- objects from ``resp.lxml``
-
-* Treat ``<input type="image">`` like a submit button.
-
-* Use ``BaseCookie`` instead of ``SimpleCookie`` for storing cookies
- (avoids quoting cookie values).
-
-* Accept any ``params`` argument that has an ``items`` method (like
- MultiDict)
-
-0.9
----
-
-Initial release