Hi Chris,
Thanks for that. I'll give it a go.
Cheers,
Jack
On Fri, Jan 14, 2011 at 2:49 PM, Chris Withers wrote:
> Hi Jack,
>
>
> On 14/01/2011 14:39, Jack Keegan wrote:
>
>> objects. In particular, at the moment, testing some code that needs to
>> access hardware IOs using DLLs. I do this usi
Hi Jack,
On 14/01/2011 14:39, Jack Keegan wrote:
objects. In particular, at the moment, testing some code that needs to
access hardware IOs using DLLs. I do this using Ctypes.
However, on my dev machine, I don't have the same hardware so calling
the DLL functions will not work as expected. There
Appologies, please read the 2nd last line as:
Can you give me an indication of how you would go about doing this with
TestFixtures? :)
Thanks
Jack
On Fri, Jan 14, 2011 at 2:39 PM, Jack Keegan wrote:
> I'm new to python and have just been looking into a solution for Mocking
> objects. In partic
I'm new to python and have just been looking into a solution for Mocking
objects. In particular, at the moment, testing some code that needs to
access hardware IOs using DLLs. I do this using Ctypes.
However, on my dev machine, I don't have the same hardware so calling the
DLL functions will not wo
[ please set the reply-to to testing-in-python@ !]
> The package is on PyPI and a full list of all the links to docs, issue
> trackers and the like can be found here:
>
> http://www.simplistix.co.uk/software/python/testfixtures
The number one problem with all the test fixture systems I ever
audi
Hi All,
I'm very happy to announce the first fully-documented release of
TestFixtures, my collection of testing fixtures and helpers that I've
been collecting for the last couple of years.
Along with my own take on a lot of the common fixtures and helpers, it
has some bits that I haven't see