fix docks linkcheck
This commit is contained in:
parent
28b35c55a1
commit
cb6272ccc8
22 changed files with 63 additions and 81 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
|
||||
---------------
|
||||
|
|
@ -453,5 +452,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