Implement reporter module. 57/29657/5
authorTaseer Ahmed <taseer94@gmail.com>
Thu, 2 Mar 2017 16:03:24 +0000 (21:03 +0500)
committerTaseer Ahmed <taseer94@gmail.com>
Fri, 3 Mar 2017 15:24:00 +0000 (20:24 +0500)
commitee9b0a588fa680a2d9753eb8227c8e5018e9e618
treebfb7605b08e6a141704ae0c8c41cd426580d5375
parent473deae9a10162f000c49ca49b4e31b28c4bf0d8
Implement reporter module.

- Add cli module
- Implement timeline outline

JIRA: QTIP-199

Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Change-Id: I487b76123a785731c356143d1ae7f3123c11f398
qtip/cli/commands/cmd_report.py [new file with mode: 0644]
qtip/reporter/console.py
qtip/reporter/templates/timeline.j2
tests/data/reporter/timeline.pickle [new file with mode: 0644]
tests/unit/cli/cmd_report.py [new file with mode: 0644]
tests/unit/reporter/console_test.py