Skip to content

Commit 2b81170

Browse files
authored
doc: update test commands in Section Testing/development tips (#158)
1 parent 25172b8 commit 2b81170

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ Contact
2929
Testing/development tips
3030
------------------------
3131

32-
To run tests under CPython, run the following in the source root directory:
32+
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`:
3333

3434
pip install pytest
3535
pip install -e . # editable install of CFFI for local development
36-
pytest c/ testing/
37-
36+
pytest src/c/ testing/
3837

3938
[Documentation]: http://cffi.readthedocs.org/

0 commit comments

Comments
 (0)