Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.23.0
-
None
Description
The tests under tests/python are testing the python binding, but are also providing much of the coverage for the proton C library. Since they can't run unless the python binding is built, it seems more consistent to put them in python/tests like other bindings. Going forward we will add native C tests under c/tests to get coverage without relying on python.