diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-26 11:23:02 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-27 11:03:08 +0100 |
commit | 07d8b10d394d1632742c16e4f1f45a29879cf7c1 (patch) | |
tree | 5ba44eae034cb97d457322efd2b02257db99af82 /requirements.txt | |
parent | 250774f753476dcc1c507d6cca9e0cf6b879875d (diff) |
Generate reports for unit tests
It now leverages on subunit to generate html and xml reports.
Change-Id: I3f5a4fe5547e743b122b63e0b8530c9d9677cdbd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 65781c12..bd180291 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,6 @@ robotframework>=3.0 mock # BSD PrettyTable<0.8 # BSD six # MIT +python-subunit # Apache-2.0/BSD +os-testr # Apache-2.0 +junitxml |