forked from orbit-oss/flask
Merge branch '1.0.x'
This commit is contained in:
commit
1351d0a565
84 changed files with 1029 additions and 1439 deletions
|
|
@ -20,8 +20,7 @@ framework for our tests. You can install it with ``pip``, like so::
|
|||
|
||||
$ pip install pytest
|
||||
|
||||
.. _pytest:
|
||||
https://pytest.org
|
||||
.. _pytest: https://docs.pytest.org/
|
||||
|
||||
The Application
|
||||
---------------
|
||||
|
|
@ -455,5 +454,5 @@ This is useful for testing complex validation rules and custom types. ::
|
|||
context = hello_command.make_context('hello', ['--name', 'flask'])
|
||||
assert context.params['name'] == 'FLASK'
|
||||
|
||||
.. _click: http://click.pocoo.org/
|
||||
.. _utilities for testing: http://click.pocoo.org/testing
|
||||
.. _click: https://click.palletsprojects.com/
|
||||
.. _utilities for testing: https://click.palletsprojects.com/testing/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue