docs: fix broken link
This commit is contained in:
parent
fa3962e54f
commit
a9cfdc843e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Run one single test module
|
|||
Write a test module
|
||||
-------------------
|
||||
|
||||
This test suite uses [pytest](http://doc.pytest.org/en/latest/). The [conftest.py](conftest.py) file will be automatically loaded by pytest and will provide you with two useful pytest [fixtures](http://doc.pytest.org/en/latest/fixture.html#fixture):
|
||||
This test suite uses [pytest](http://doc.pytest.org/en/latest/). The [conftest.py](conftest.py) file will be automatically loaded by pytest and will provide you with two useful pytest [fixtures](https://docs.pytest.org/en/latest/explanation/fixtures.html):
|
||||
|
||||
- docker_compose
|
||||
- nginxproxy
|
||||
|
|
Loading…
Reference in a new issue