From 5759c10c25188ee45b33765d6eef75f61f3b8374 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Sun, 3 May 2020 23:40:01 +0900 Subject: [PATCH] Add cpython unittest guideline --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8afc59657c..c3f5fefed9 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,8 @@ Most tasks are listed in the [issue tracker](https://github.com/RustPython/RustPython/issues). Check issues labeled with `good first issue` if you wish to start coding. +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) + Another approach is to checkout the source code: builtin functions and object methods are often the simplest and easiest way to contribute.