~c-e-pidcott/maus/devel

« back to all changes in this revision

Viewing changes to tests/style/test_python_style.py

  • Committer: Christopher Tunnell
  • Date: 2011-10-07 22:27:08 UTC
  • Revision ID: c.tunnell1@physics.ox.ac.uk-20111007222708-f36v8ggaenxrzik2
Fix style of test_core_go and reduce number of allowed python errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        counting the number of lines in the pylint summary file. If this
64
64
        increases, throws an error.
65
65
        """
66
 
        current_n_python_errors = 902 # Rogers, 29Sept2011
 
66
        current_n_python_errors = 893 # Tunnell, 7Oct2011. Reduced last-time.
67
67
        file_out = os.path.join(self.maus_root_dir, 'tmp', 'pylint.out')
68
68
        fout = open(file_out, 'w')
69
69
        error_files = []