Commit 3eb86a20f0b20e44b34087c16e20ff40cead7420
- Diff rendering mode:
- inline
- side by side
.gitignore
(1 / 1)
|   | |||
| 2 | 2 | *.bak | |
| 3 | 3 | *.tmp | |
| 4 | 4 | *.swp | |
| 5 | tmp/* | ||
| 5 | test-output.html | ||
| 6 | 6 | build/* | |
| 7 | 7 | dist/* | |
| 8 | 8 | MANIFEST |
tests/plugins.py
(1 / 1)
|   | |||
| 81 | 81 | else: | |
| 82 | 82 | self.html.append('OK') | |
| 83 | 83 | self.html.append('</div></body></html>') | |
| 84 | f = open('tmp/test-output.html', 'w') | ||
| 84 | f = open('test-output.html', 'w') | ||
| 85 | 85 | for l in self.html: | |
| 86 | 86 | f.write(l) | |
| 87 | 87 | f.close() |

