root/branches/mk/tests/functional/_helper_cheesecake.py

Revision 60, 121 bytes (checked in by mk, 7 years ago)

Check that Cheesecake is properly cleaning up (closes ticket #28).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 def read_file_contents(filename):
3     fd = file(filename)
4
5     contents = fd.read()
6     fd.close()
7
8     return contents
Note: See TracBrowser for help on using the browser.