~sophie-middleton08/maus/devel

« back to all changes in this revision

Viewing changes to tests/style/test_python_style.py

  • Committer: Chris Rogers
  • Date: 2013-04-30 15:29:46 UTC
  • mfrom: (659.1.64 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20130430152946-7xe8q7zwcn3a4uhs
Tags: MAUS-v0.5.2
MAUS-v0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
      'src/common_py/SpillSchema.py', # data file
205
205
      'src/common_py/ConfigurationDefaults.py', # data file
206
206
      'tests/cpp_unit/Reconstruction/Global/global_recon_config.py', # data file
207
 
      'tests/cpp_unit/Reconstruction/Global/single_muon_json.py'] # data file
208
 
 
 
207
      'tests/cpp_unit/Reconstruction/Global/single_muon_json.py', # data file
 
208
      'tests/integration/test_simulation/test_tracking_speed/configuration.py']
209
209
 
210
210
if __name__ == '__main__':
211
211
    unittest.main()