Skip to content

Commit 7d9209b

Browse files
Merge pull request RustPython#1901 from RustPython/cpython-unittest-guideline
Add cpython unittest guideline
2 parents cb86cac + 5759c10 commit 7d9209b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ Most tasks are listed in the
141141
[issue tracker](https://github.com/RustPython/RustPython/issues). Check issues
142142
labeled with `good first issue` if you wish to start coding.
143143

144+
To enhance CPython compatibility, try to increase unittest coverage by checking this article: [How to contribute to RustPython by CPython unittest](https://rustpython.github.io/guideline/2020/04/04/how-to-contribute-by-cpython-unittest.html)
145+
144146
Another approach is to checkout the source code: builtin functions and object
145147
methods are often the simplest and easiest way to contribute.
146148

0 commit comments

Comments
 (0)