view tests/suite_01_bad_errors/__init__.py @ 72:e8b3b336e63e draft default tip

Update version.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:17:48 -0700
parents 88adf10be709
children
line wrap: on
line source

# 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)