~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to tests/style/test_python_style.py

  • Committer: Chris Rogers
  • Date: 2012-11-23 11:19:42 UTC
  • mfrom: (659.1.50 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20121123111942-5wi23zn7zx396q2d
Tags: MAUS-v0.4.1
MAUS-v0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
 
203
203
    ignore_files = [
204
204
      'src/common_py/SpillSchema.py', # data file
205
 
      'src/common_py/ConfigurationDefaults.py'] # data file
 
205
      'src/common_py/ConfigurationDefaults.py', # data file
 
206
      'tests/cpp_unit/Reconstruction/Global/global_recon_config.py', # data file
 
207
      'tests/cpp_unit/Reconstruction/Global/single_muon_json.py'] # data file
206
208
 
207
209
 
208
210
if __name__ == '__main__':