summaryrefslogtreecommitdiff
path: root/testing/cffi1/test_parse_c_type.py
Commit message (Expand)AuthorAgeFilesLines
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro HronĨok2022-11-111-4/+5
* Add compatibility with pytest 4.0 without breaking older pytestsArmin Rigo2018-11-211-1/+6
* Support parsing "float _Complex" and "double _Complex" inside parse_c_typeArmin Rigo2017-05-291-0/+7
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-021-2/+5
* Parse __cdecl and __stdcall in the built-in parserArmin Rigo2015-10-061-0/+14
* Skip this test on pypy (it's done already pre-translated)Armin Rigo2015-05-181-0/+3
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+340