~janusz-martyniak/mcdb/mice.cdb.client.api-python

« back to all changes in this revision

Viewing changes to src/test/unittest_beamline.py

  • Committer: Antony Wilson
  • Date: 2011-09-01 08:10:55 UTC
  • Revision ID: antony.wilson@stfc.ac.uk-20110901081055-5hcu1wbeh9f75sdd
add calibration, fixes to cabling, pylint stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
class TestBeamline(unittest.TestCase):
17
17
    "Test the _beamline module."
18
 
 
19
 
    def setUp(self):
 
18
    
 
19
    def setUp(self): #pylint: disable-msg=C0103
20
20
        "Set up data for use in tests."
21
21
        self._bl = Beamline()
22
22