Skip to content

Commit e0e28a2

Browse files
Broken links. (#603)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9d63449 commit e0e28a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
--exclude https://stackoverflow.com
3535
--exclude http://www.gnu.org
3636
--exclude http://fsf.org
37+
--exclude https://labs.quansight.org
3738
--exclude docs/pages
3839
--exclude docs/_includes
3940
--exclude-path '\\{\\{cookiecutter.project_slug\\}\\}/README.md'

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/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> |
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> |
2323

2424
## Property based testing
2525

0 commit comments

Comments
 (0)