Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0fe07dc

Browse files
committed
fix type
1 parent46512ee commit0fe07dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here's how you run a single unittest file:
2323
` $ RUSTPYTHONPATH=Lib cargo run --release Lib/test/test_unicode.py`
2424

2525
##Add a new unittest file
26-
Because CPython unittest doesn't workworkperfectly in RustPython, we are adding test files one by one. Here's how:
26+
Because CPython unittest doesn't work perfectly in RustPython, we are adding test files one by one. Here's how:
2727
1. Download the CPython source code with`git clone https://github.com/python/cpython.git`.
2828
2. Check out a specific version of CPython. We test against CPython 3.8, so the most recent release of 3.8 ([currently 3.8.7](https://www.python.org/doc/versions/)) is recommended.
2929
3. Copy a file from CPython's`Lib/test`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp