Skip to content

Commit 90416ba

Browse files
authored
update recommended type checker
1 parent 5b95ec9 commit 90416ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ since this is a pytest plugin, you should avoid using robot options that have py
165165
| `robot --skip tag_name` | `pytest -m "not tag_name"` | |
166166
| `robot --test "test name" ./test.robot` | `pytest ./test.robot::"Test Name"` | |
167167
| `robot --suite "suite name" ./folder` | `pytest ./folder` | |
168-
| `robot --dryrun` | `pytest --collect-only` | not exactly the same. you should use [a type checker](https://github.com/kotlinisland/basedmypy) on your python tests as a replacement for robot dryrun |
168+
| `robot --dryrun` | `pytest --collect-only` | not exactly the same. you should use [a type checker](https://github.com/detachhead/basedpyright) on your python tests as a replacement for robot dryrun |
169169
| `robot --exitonfailure` | `pytest --maxfail=1` | |
170170
| `robot --rerunfailed` | `pytest --lf` | |
171171
| `robot --runemptysuite` | `pytest --suppress-no-test-exit-code` | requires the [pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code/) plugin |

0 commit comments

Comments
 (0)