actually cleaning

This commit is contained in:
wiredfool 2013-09-24 14:23:43 -07:00
parent 35c9f59c38
commit ae6eb8733a

View File

@ -35,7 +35,7 @@ def test_font_with_filelike():
#shared_bytes = _font_as_bytes()
#assert_no_exception(lambda: _render(shared_bytes))
#assert_exception(Exception, lambda: _render(shared_bytes))
_clean
_clean()
def test_font_with_open_file():
with open(font_path, 'rb') as f: