Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
cffi
Commits
7aecd7881291
Commit
098f33a2
authored
Jan 15, 2017
by
Armin Rigo
Browse files
Add more tips
parent
e247d2f87c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7aecd788
...
@@ -15,7 +15,15 @@ Contact
...
@@ -15,7 +15,15 @@ Contact
[
Mailing list
](
https://groups.google.com/forum/#!forum/python-cffi
)
[
Mailing list
](
https://groups.google.com/forum/#!forum/python-cffi
)
Testing/development tips
------------------------
To run tests under CPython, run::
To run tests under CPython, run::
pip install pytest # if you don't have py.test already
python setup.py build_ext -f -i
python setup.py build_ext -f -i
py.test c/ test/
py.test c/ test/
If you run in another directory (either the tests or another program),
you should use the environment variable
``PYTHONPATH=/path``
to point
to the location that contains the
``_cffi_backend.so``
just compiled.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment