From a9cfdc843e6b079631b2917a421669fa7244cfc7 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Sat, 1 May 2021 22:30:57 +0200 Subject: [PATCH] docs: fix broken link --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index df7c214..99d16db 100644 --- a/test/README.md +++ b/test/README.md @@ -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