Changeset 81:643c4f0e849d for relatorio/tests/test_odt.py
- Timestamp:
- 11/13/08 09:17:47 (21 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
relatorio/tests/test_odt.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
relatorio/tests/test_odt.py
r80 r81 157 157 eq_(group, ('formatLang("en")', None, None, None, None, None)) 158 158 159 def test_str(self): 160 "Testing that a RelatorioStream str returns a bitstream" 161 stream = str(self.oot.generate(**self.data)) 162 ok_(isinstance(stream, str))
