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: docs/tests.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Here are the most important options. Fore more details, please use `poe --help`.
6
6
7
7
- Run all tests (against both source and installed stubs): `poe test_all`
8
-
- Run tests against the source code: `poe test`
8
+
- Run tests against the source code: `poe test`
9
9
- Run only mypy: `poe mypy`
10
10
- Run only pyright: `poe pyright`
11
11
- Run only pytest: `poe pytest`
@@ -20,3 +20,9 @@ The following tests are **optional**. Some of them are run by the CI but it is o
20
20
- Use mypy nightly to validate the annotations: `poe mypy --mypy_nightly`
21
21
- Use pyright in full strict mode: `poe pyright_strict`
22
22
- Run stubtest to compare the installed pandas-stubs against pandas (this will fail): `poe stubtest`. If you have created an allowlist to ignore certain errors: `poe stubtest path_to_the_allow_list`
23
+
24
+
Among the tests above, the following can be run directly during a PR by commenting in the discussion.
25
+
26
+
- Run pytest against pandas nightly by commenting `\pandas_nightly`
27
+
- Use mypy nightly to validate the annotations by commenting `\mypy_nightly`
28
+
- Use pyright in full strict mode by commenting `\pyright_strict`
0 commit comments