Mercurial > cgi-bin > hgweb.cgi > tincan
diff tests/suite_01_bad_errors/__init__.py @ 71:88adf10be709 draft
Add tests.
author | David Barts <n5jrn@me.com> |
---|---|
date | Mon, 15 Jul 2019 13:16:31 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/suite_01_bad_errors/__init__.py Mon Jul 15 13:16:31 2019 -0700 @@ -0,0 +1,10 @@ +# I m p o r t s + +import os, sys +from .. import ServerFixture + +# C l a s s e s + +class Fixture01(ServerFixture): + def runTest(self): + self.assertGreater(self.errors, 0)