~fs-8/selenium-simple-test/sst-remote-fixes

« back to all changes in this revision

Viewing changes to src/sst/tests/test_html_runner.py

  • Committer: Tarmac
  • Author(s): Leo Arias
  • Date: 2013-04-23 14:17:04 UTC
  • mfrom: (388.2.1 last_flake)
  • Revision ID: tarmac-20130423141704-s28k5e5yijg05lvo
[r=vila] Fixed the remaining flake8 errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
            verbosity=0
73
73
        )
74
74
        runner.run(suite)
75
 
        fp.close()  # close file handle so output flushes before asserting content
 
75
        # Close file handle so output flushes before asserting content.
 
76
        fp.close() 
76
77
        
77
78
        self.assertIn(report_filename, os.listdir(self.test_base_dir))
78
79
        with open(report_filename) as f: