Skip to content

Commit 4f6b657

Browse files
authored
Correct pyfakefs docs URL with language specifier (#611)
Looks like the documentation URL scheme for `pyfakefs` changed at some point recently to include language specifier, which is causing link checker to fail on existing URL.
1 parent 8dd4ad6 commit 4f6b657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ layout: default
1919
| ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------: |
2020
| [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/index.html) | A framework to generate coverage reports that plays nicely with `pytest`. | <span class="label label-green">Best</span> |
2121
| [pytest-mock](https://pytest-mock.readthedocs.io/en/latest/index.html) | A framework to mock/patch objects that plays nicely with `pytest`. | <span class="label label-green">Best</span> |
22-
| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | <span class="label label-green">Best</span> |
22+
| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/en/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | <span class="label label-green">Best</span> |
2323

2424
## Property based testing
2525

0 commit comments

Comments
 (0)