Open superm1 opened 7 years ago
All of the unit tests are currently C++ unit tests using cppunit. Move these over to C. This is a blocker for #27
Actually it's probably better to move them to pyunit using the ctypes bindings. Some of them are already moved over, so evaluate which ones are still missing.
All of the unit tests are currently C++ unit tests using cppunit. Move these over to C. This is a blocker for #27