<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks again for such a prompt reply, Florian!<br>
    <br>
    On 01/08/15 11:06, Florian Bruhin wrote:<br>
    <span style="white-space: pre;">&gt; Is that actually the code
      you're running? I don't see a class inheriting from
      unittest.TestCase here, so unittest doesn't find and tests here
      for me (as it requires tests to be in classes). </span><br>
    You've indirectly helped me solve it! I did have this within a
    class, but it was inheriting from a module that wasn't importing
    unittest2.<br>
    <br>
    Many thanks,<br>
    <br>
    Aaron<br>
    <br>
    <br>
    <br>
  </body>
</html>