You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/run-tests.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff 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.
: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
+
1
8
# Run your tests
2
9
3
10
Running your tests is important to ensure that your package
@@ -73,7 +80,9 @@ extensions that can be used to add functionality such as:
73
80
74
81
-[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/).
75
82
83
+
:::{todo}
76
84
[Learn more about code coverage here.](code-cov)
85
+
:::
77
86
78
87
```{note}
79
88
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