The source code for the pythondotnet project has a great example of
this. There is a copy [although, not quite up-to-date] of the project on
the github repository which even has nUnit unit test framework built in.
This project uses pure python to load the test assembly via unittest for
a fairl
Greetings.
I have a test framework written in C# that handles test execution,
logging, reporting, etc., and some tests for some of our hardware that
are written in Python. Ideally, I'm wanting to call Setup(), Run() and
TearDown() methods defined in Python scripts, passing them an instance
of