Markus Unterwaditzer
|
46918d3ceb
|
Merge pull request #1206 from methane/deprecate-request.json
Deprecate request.json property
|
10 years ago |
INADA Naoki
|
4d4a639ba4
|
Add test for deprecated flask.Request properties.
|
10 years ago |
INADA Naoki
|
61097c47a3
|
Deprecate request.json property
|
10 years ago |
Markus Unterwaditzer
|
7169f44d88
|
Various fixes for test running
Fix #1199
|
10 years ago |
Markus Unterwaditzer
|
97dc687793
|
Merge pull request #619 from QuentinRoy/master
Fix missing argument in find_module of flaskext_compat.py
|
10 years ago |
Markus Unterwaditzer
|
d76ca43a58
|
Merge pull request #1196 from davide-ceretti/add-tearing-down-signal-unittest
Add unittest for appcontext_tearing_down signal
|
10 years ago |
Davide Ceretti
|
93c190a8fd
|
Add unittest for appcontext_tearing_down signal
|
10 years ago |
Markus Unterwaditzer
|
b9237121ec
|
Don't include doc themes in sdist
|
10 years ago |
Markus Unterwaditzer
|
a18dedc5d3
|
Merge pull request #1191 from nluchs/patch-2
Minor typo in errorpages.rst
|
10 years ago |
Markus Unterwaditzer
|
60fcc05c47
|
Merge pull request #1192 from nluchs/patch-3
Minor typos in sqlite3.rst
|
10 years ago |
Nick Luchsinger
|
37fb0516f4
|
Minor typos in sqlite3.rst
Self-explanatory.
|
10 years ago |
Nick Luchsinger
|
55db14ec68
|
Minor typo in errorpages.rst
|
10 years ago |
Markus Unterwaditzer
|
a25ee7e060
|
Merge pull request #1186 from llimllib/master
some grammar fixes in docs/appcontext
|
10 years ago |
Markus Unterwaditzer
|
11fa387748
|
Merge pull request #1187 from bdarnell/patch-1
Stop recommending Tornado as a WSGI server
|
10 years ago |
Ben Darnell
|
e401a83fc5
|
Stop recommending Tornado as a WSGI server
Tornado's WSGI server is less scalable than the alternatives and only really makes sense when you have a specific need to run both WSGI apps and Tornado-native apps in the same process. This recommendation has been an ongoing source of confusion, e.g. http://stackoverflow.com/questions/26015116/making-tornado-to-serve-a-request-on-a-separate-thread.
Fixes #986.
|
10 years ago |
Bill Mill
|
3b3c5b8bf3
|
some grammar fixes in appcontext
* "in lack of" -> "for lack of"
* pillar's -> pillars
* ~~however~~
* a touch of cleanup to the "two ways" paragraph
* ~~on there~~
* "database connects" -> "database connections"
|
10 years ago |
Markus Unterwaditzer
|
c6795eb626
|
Remove useless unittest imports
|
10 years ago |
Markus Unterwaditzer
|
2401e21efd
|
Merge pull request #1183 from k-funk/patch-1
Update quickstart.rst
|
10 years ago |
Markus Unterwaditzer
|
67bee61533
|
Merge pull request #1164 from pbu88/run_tests
Adds 2 tests for Flask.run method
|
10 years ago |
Markus Unterwaditzer
|
7550f43545
|
Merge pull request #1185 from defuz/patch-2
Fix typo in changelog
|
10 years ago |
Ivan Ivaschenko
|
056bd0e6d4
|
Fix typo in changelog
|
10 years ago |
Kevin Funk
|
0632d53f3d
|
Update quickstart.rst
url converters: match the [API docs](http://flask.pocoo.org/docs/0.10/api/#url-route-registrations)
|
10 years ago |
Markus Unterwaditzer
|
4f5d3eab06
|
Merge pull request #1181 from kelvintaywl/examples/fix_readme
fix typo in in README of examples (i.e., filename of test files)
|
10 years ago |
tay-k
|
f95acc64d6
|
fix filename of test files in README of examples
|
10 years ago |
Paulo Bu
|
3f67fe94f1
|
Adds 2 tests for Flask.run method
|
10 years ago |
Markus Unterwaditzer
|
80283d6c59
|
Merge pull request #1175 from pbu88/update_readme
Update tests section in README file
|
10 years ago |
Paulo Bu
|
ef19d663c0
|
Update tests section in README file
|
10 years ago |
Markus Unterwaditzer
|
73ca86587d
|
Add changelog
|
10 years ago |
Markus Unterwaditzer
|
bb94a612fd
|
Merge pull request #1165 from untitaker/new_testsuite
Port testsuite to py.test
|
10 years ago |
Markus Unterwaditzer
|
192da325f8
|
Testsuite is not a package
|
10 years ago |
Markus Unterwaditzer
|
56db3ddf4e
|
Remove useless imports
|
10 years ago |
Markus Unterwaditzer
|
4fca38c078
|
remove audit command
|
10 years ago |
Markus Unterwaditzer
|
be42d5665e
|
Split instance tests off into own file
|
10 years ago |
Markus Unterwaditzer
|
a4931ff3a7
|
Kill class in test_basic
|
10 years ago |
Markus Unterwaditzer
|
71dae37733
|
Kill classes in test_regression
|
10 years ago |
Markus Unterwaditzer
|
f8a778deae
|
Kill classes in test_testing
|
10 years ago |
Markus Unterwaditzer
|
77d887526d
|
Rename fixture apps_tmpdir
|
10 years ago |
Markus Unterwaditzer
|
a00ccdce94
|
Remove more test_apps
|
10 years ago |
Markus Unterwaditzer
|
b88a837674
|
Remove fake extensions from test_apps
|
10 years ago |
Markus Unterwaditzer
|
4ea4ea7f93
|
Remove old helper function
|
10 years ago |
Markus Unterwaditzer
|
861aa0db1f
|
Init global test_apps explicitly
|
10 years ago |
Markus Unterwaditzer
|
588cfa9c91
|
Add note to memleak tests
|
10 years ago |
Markus Unterwaditzer
|
9e02a424b2
|
Add greenlet
|
10 years ago |
Markus Unterwaditzer
|
03339501ab
|
Remove obsolete apps
|
10 years ago |
Markus Unterwaditzer
|
af4cb0ff2b
|
Remove flask superclass
|
10 years ago |
Markus Unterwaditzer
|
af41dbe0c4
|
Remove useless classes
|
10 years ago |
Markus Unterwaditzer
|
d0cf5ef394
|
WIP
|
10 years ago |
Markus Unterwaditzer
|
e77bc2d86c
|
Remove class from test_views
|
10 years ago |
Markus Unterwaditzer
|
7e8f1053bb
|
Fix assertion error
|
10 years ago |
Markus Unterwaditzer
|
5da2c00419
|
Rewrite assertion methods
|
10 years ago |