Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Loading