Unify the uses of "testsuite" vs "test suite".

Use "test suite", which is more prevailing in the source code.
This commit is contained in:
Petr Zemek 2014-10-27 11:31:01 +01:00
parent ec3d5800f2
commit ebab6718f7
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ Version 1.0
users debug when the wrong templates are loaded.
- Enforce blueprint handling in the order they were registered for template
loading.
- Ported testsuite to py.test.
- Ported test suite to py.test.
- Deprecated ``request.json`` in favour of ``request.get_json()``.
- Add "pretty" and "compressed" separators definitions in jsonify() method.
Reduces JSON response size when JSONIFY_PRETTYPRINT_REGULAR=False by removing