- First release on PyPI.
- Rename package due to conflict in PyPI.
- Fix broken docs.
- Fix bug with the template not beign include in the package.
- Improment of documantation
- Custom templates feature
- Minor internal changes
- Fix print func bug inseted on 1.1.0
- Fix loading default template in py27 inserted on 1.1.0
- Fix time elapsed output in console.
- Fix template overwrite when runned in the same minute.
- Minor fix
- Fixed Template wording
- Add support for combining reports into single report.
- Add support for test cases with underscores in name.
- Add optional timestamp of filenames.
- Add optional automatic opening of generated reports in browser tab/
- Add support for optional user variables to be passed to template.
- Add tracebacks to reports.
- Add stdout to reports.
- Add print relative paths to generated reports
- Made default output directory the current working directory so there are now no required args
- Update and adjusted readme
- Changed use of deprecated _TextTestResult -> TextTestResult
- Changed format of template slightly expanded test case names to include full path to classes (should avoid clashes from * duplicate names)
- Simply test method names
- Update docstrings and deleted unused method
- Add check for template_args to be dict-like
- Add optional report naming
- Add support for subtests
- Add support for skipped tests skip reasons
- Change template to support subtests in sub-tables
- Fixed bug where non-combined tests had summaries with details from all tests
- Tweaked format of HTML has that info buttons line up better