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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,11 @@ The following tests are **optional**. Some of them are run by the CI but it is o
21
21
22
22
- Run pytest against pandas nightly: `poe pytest --nightly`
23
23
- Use mypy nightly to validate the annotations: `poe mypy --mypy_nightly`
24
-
- Use pyrefly with [preset](https://pyrefly.org/en/docs/configuration/#preset) 'strict': `poe pyrefly_strict`
25
24
- Use pyrefly with preset 'all': `poe pyrefly_all`
26
-
- Use ty with [all rules raising errors](https://docs.astral.sh/ty/rules/#rule-levels): `poe ty_all`
27
25
- 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`
28
26
29
27
Among the tests above, the following can be run directly during a PR by commenting in the discussion.
30
28
31
29
- Run pytest against pandas nightly by commenting `/pandas_nightly`
32
30
- Use mypy nightly to validate the annotations by commenting `/mypy_nightly`
33
-
- Use pyrefly with preset 'strict': `/pyrefly_strict`
0 commit comments