Skip to content

Commit 6c15823

Browse files
Update _posts/2020-04-04-how-to-contribute-by-cpython-unittest.markdown
Co-Authored-By: Noah <[email protected]>
1 parent 18a076e commit 6c15823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-04-04-how-to-contribute-by-cpython-unittest.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Let's find an incompatibility issue and fix it.
1919
Here is a quick tip to run single unittest file.
2020

2121
```sh
22-
$ RUSTPYTHONLIB=Lib cargo run --release Lib/test/test_unicode.py
22+
$ RUSTPYTHONPATH=Lib cargo run --release Lib/test/test_unicode.py
2323
```
2424

2525
## Add a new unittest file

0 commit comments

Comments
 (0)