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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,11 @@ Here are the most important options. Fore more details, please use `poe --help`.
11
11
- Run only pytest: `poe pytest`
12
12
- Run only pre-commit: `poe style`
13
13
- Run tests against the installed stubs (this will install and uninstall the stubs): `poe test_dist`
14
-
- Optional: run pytest against pandas nightly (this might fail): `poe pytest --nightly`
15
-
- Optional: 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`
16
14
17
15
These tests originally came from https://github.com/VirtusLab/pandas-stubs.
16
+
17
+
The following tests are **optional**. Some of them are run by the CI but it is okay if they fail.
18
+
19
+
- Run pytest against pandas nightly: `poe pytest --nightly`
20
+
- Use mypy nightly to validate the annotations: `poe mypy --mypy_nightly`
21
+
- 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`
0 commit comments