From db59eadb8ff60a86d59cf2485c2ba18f47e42803 Mon Sep 17 00:00:00 2001 From: wangyijia Date: Sun, 9 Mar 2025 11:17:35 +0800 Subject: [PATCH] doc: update test commands in Section Testing/development tips --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58e8b82c..723624d7 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,10 @@ Contact Testing/development tips ------------------------ -To run tests under CPython, run the following in the source root directory: +After `git clone` or `wget && tar`, we will get a directory called `cffi` or `cffi-x.x.x`. we call it `repo-directory`. To run tests under CPython, run the following in the `repo-directory`: pip install pytest pip install -e . # editable install of CFFI for local development - pytest c/ testing/ - + pytest src/c/ testing/ [Documentation]: http://cffi.readthedocs.org/