summaryrefslogtreecommitdiff
path: root/testing/test_function.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-2/+2
* Complete the tests.Armin Rigo2012-06-031-2/+9
* Shuffle tests.Armin Rigo2012-06-011-7/+7
* Variadic calls.Armin Rigo2012-06-011-1/+2
* Extent the API to allow None to variadic funcs.Armin Rigo2012-06-011-1/+3
* Not implementing this feature.Armin Rigo2012-06-011-2/+4
* Fix test.Armin Rigo2012-06-011-1/+1
* Import other tests here too.Armin Rigo2012-06-011-164/+167
* Finish to fix the existing tests.Armin Rigo2012-05-271-11/+11
* In-progressArmin Rigo2012-05-271-1/+1
* Rename malloc() to new().Armin Rigo2012-05-271-7/+16
* Small edits.Armin Rigo2012-05-261-0/+6
* More or less adapt the tests.Armin Rigo2012-05-261-12/+12
* Merge branch 'master' of github.com:arigo/ffifijal2012-05-231-0/+17
|\
| * Test and fix.Armin Rigo2012-05-231-0/+3
| * Allow automatic conversion of str to "char*" for passing as a function argume...Armin Rigo2012-05-231-0/+14
* | Start working on a verifierfijal2012-05-231-1/+1
|/
* Tests and fixesArmin Rigo2012-05-231-0/+9
* Improve the test.Armin Rigo2012-05-211-2/+4
* write_variable().Armin Rigo2012-05-211-0/+17
* This test passes out of the box now.Armin Rigo2012-05-211-1/+1
* read_variable() support.Armin Rigo2012-05-211-5/+3
* Improve the repr to show if a cdata "owns" memory or not.Armin Rigo2012-05-211-0/+1
* Rename this test file.Armin Rigo2012-05-211-0/+134