Closed robinkrahl closed 5 years ago
The Python unit tests currently read and interpret the C header line by line, making it impossible to import multi-line definitions. Therefore structs cannot be used in the unit tests, so certain functions cannot be tested.
Hi! Merged a fix to master, along with a basic test.
master
The Python unit tests currently read and interpret the C header line by line, making it impossible to import multi-line definitions. Therefore structs cannot be used in the unit tests, so certain functions cannot be tested.