Add in TEST_MAPPING for acloud unittests. am: c279f19ed3 am: eda8f0e877 am: a883d64d74 am: b7afdebeb8 am: 55f0ba8f8f Change-Id: If9be455e41a54a9293ac063a679b29cd3fb5b987
Foreign Function Interface for Python calling C code. Please see the Documentation or uncompiled in the doc/ subdirectory.
To run tests under CPython, run::
pip install pytest # if you don't have py.test already pip install pycparser python setup.py build_ext -f -i py.test c/ testing/
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.