~c-e-pidcott/maus/devel

« back to all changes in this revision

Viewing changes to tests/py_unit/test_geometry/test_gdml_to_maus_module.py

  • Committer: Chris Rogers
  • Date: 2011-12-22 17:56:36 UTC
  • mfrom: (659.1.5 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20111222175636-rw9uujiup42a7gnt
Tags: MAUS-v0.1.1
ReleaseĀ 0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        try:
66
66
            self.constructor = GDMLtomaus('this path doesnt exist')
67
67
            self.assertTrue(False, 'should have raised and error')
68
 
        except:
 
68
        except: #pylint: disable = W0702
69
69
            pass #pylint: disable = W0702
70
70
        #This next section ensures the constructor has set
71
71
        #up the variables correctly.