Search Results

1
vote

Testing a test?

We generally use these rules of thumb: 1) All product code has both unit tests (arranged to correspond closely with product code classes and functions), and separate functional tests (arran …
0
votes

Best test runner? (Unit Testing, .NET)

We write our .NET tests in IronPython, which means we can write all our tests using the Python standard library module 'unittest'. The advantage of this is that running tests is a single command. W …