On 2017-11-06, John Pote <johnp...@jptechnical.co.uk> wrote:

> I have successfully used Python to perform unit and integration tests in 
> the past and I'd like to do the same for some C modules I'm working with 
> at work. There seem to be a number of ways of doing this but being busy 
> at work and home I looking for the approach with the least learning curve.

When I want to test C modules (usually destined for an embedded
system) using a Python framework, I use ctypes.

https://docs.python.org/3/library/ctypes.html

-- 
Grant



-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to