flask/tests
Joshua Bronson 7ba35c4d4f Restore support for using pathlib.Path for static_folder.
* No longer causes AttributeError: 'PosixPath' object has no
  attribute 'rstrip'.

* This was broken by e6178fe489
  which was released in 1.1.2.

* Add a regression test that now passes.

See #3557.
2020-07-06 08:55:19 -04:00
..
static clean up secret key docs 2017-06-28 07:58:06 -07:00
templates add pre-commit config for flake8 2019-06-01 09:13:46 -04:00
test_apps deprecate passing script_info to factory 2020-04-07 15:54:36 -07:00
conftest.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_appctx.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_basic.py Restore support for using pathlib.Path for static_folder. 2020-07-06 08:55:19 -04:00
test_blueprints.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_cli.py use ast to parse FLASK_APP 2020-04-07 17:54:51 -07:00
test_config.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_converters.py apply pyupgrade 2020-04-04 12:10:00 -07:00
test_helpers.py deprecate JSON encoding options 2020-04-07 12:32:27 -07:00
test_instance_config.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_json_tag.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_logging.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_regression.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_reqctx.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_signals.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_subclassing.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_templating.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_testing.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_user_error_handler.py add assert message for errorhandler exception type 2020-04-16 10:49:42 -07:00
test_views.py remove unused module docstrings 2020-04-04 12:28:08 -07:00