flask/tests
Christian Stade-Schuldt 5b0b9717da DRYing up the test suite using pytest fixtures (#2306)
* add fixtures to conftest.py

* use fixtures in test_appctx.py

* use fixtures in test_blueprints.py

* use fixtures in test_depreciations.py

* use fixtures in test_regressions.py

* use fixtures in test_reqctx.py

* use fixtures in test_templating.py

* use fixtures in test_user_error_handler.py

* use fixtures in test_views.py

* use fixtures in test_basics.py

* use fixtures in test_helpers.py

* use fixtures in test_testing.py

* update conftest.py

* make docstrings  PEP-257 compliant

* cleanup

* switch dictonary format

* use pytest parameterization for test_json_as_unicode
2017-05-23 15:18:39 -07:00
..
static Move tests 2014-09-11 22:09:50 +02:00
templates Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
test_apps add sort by match order 2017-04-26 10:26:59 -07:00
conftest.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_appctx.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_basic.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_blueprints.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_cli.py Auto-detect create_app and make_app factory functions 2017-05-22 12:30:18 -07:00
test_config.py Fix config.from_pyfile on Python 3 (#2123) 2016-12-26 03:50:47 +01:00
test_deprecations.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_ext.py Use the yield syntax in pytest's fixtures 2017-05-23 18:21:29 +02:00
test_helpers.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_instance_config.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_regression.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_reqctx.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_signals.py Ignore before_render_template return values 2015-06-17 15:42:39 +02:00
test_subclassing.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_templating.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_testing.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_user_error_handler.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00
test_views.py DRYing up the test suite using pytest fixtures (#2306) 2017-05-23 15:18:39 -07:00