comparison tests/suite_13_bad_python/__init__.py @ 71:88adf10be709 draft

Add tests.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:16:31 -0700
parents
children
comparison
equal deleted inserted replaced
70:a78c74c73d98 71:88adf10be709
1 # I m p o r t s
2
3 import os, sys
4 from .. import ServerFixture
5
6 # C l a s s e s
7
8 class Fixture01(ServerFixture):
9 def runTest(self):
10 self.assertEqual(self.errors, 5)