Skip to content

Commit ce9437f

Browse files
committed
Fix: open graph tests
1 parent bf513c4 commit ce9437f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/run-tests.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
:og:description: Learn how to setup and run tests for your Python package locally on your computer using automation tools such as Nox. Also learn about other tools that scientific Python community members use to run tests.
3+
:og:image: https://www.pyopensci.org/python-package-guide/_images/packaging-lifecycle.png
4+
:og:image:alt: An image showing the Python packaging lifecycle
5+
:og:title: How to run your Python package tests locally on your computer across multiple Python versions
6+
---
7+
18
# Run your tests
29

310
Running your tests is important to ensure that your package
@@ -73,7 +80,9 @@ extensions that can be used to add functionality such as:
7380

7481
- [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/) allows you to analyze the code coverage of your package during your tests, and generates a report that you can [upload to codecov](https://codecov.io/).
7582

83+
:::{todo}
7684
[Learn more about code coverage here.](code-cov)
85+
:::
7786

7887
```{note}
7988
TODO: add note about running tests in vscode, breakpoints and –no-cov flag. Then link to tutorial that explains how to deal with this.

0 commit comments

Comments
 (0)