summaryrefslogtreecommitdiff
path: root/testing/test_platform.py
Commit message (Collapse)AuthorAgeFilesLines
* We need to take all **kwds and stick them into the hash too.Armin Rigo2012-11-301-0/+8
|
* Forgot to check in this test file.Armin Rigo2012-11-301-0/+17
|
* Progress on test_ffi_nonfull_struct(), but unfinished so far.Armin Rigo2012-06-081-19/+0
|
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-1/+1
| | | | | Use local imports inside the package; anyway it has no chance to work on Python < 2.6 because pycparser doesn't.
* Make the tests pass (or skip).Armin Rigo2012-06-011-0/+1
|
* Work in progress on verification, probably needs a bit of refactoringfijal2012-05-281-5/+9
|
* Add (a skipped) test file for platform related testsfijal2012-05-261-0/+14