diff options
| author | Matthew Treinish <mtreinish@kortar.org> | 2016-01-04 18:29:56 -0500 |
|---|---|---|
| committer | Matthew Treinish <mtreinish@kortar.org> | 2020-03-14 09:31:08 -0400 |
| commit | 0e14d8be6126315c19c40905d75e55b2bfe7ba09 (patch) | |
| tree | 3110e217857d6479f416cb873dbb12b2fcdbd65a /setup.py | |
| parent | 26d31fa7c34019fad9038addf8114bbb4b656c92 (diff) | |
| download | subunit-git-0e14d8be6126315c19c40905d75e55b2bfe7ba09.tar.gz | |
Add options to output filter to set timestamps
This commit adds 2 new options to subunit-output, --start-time and
--stop-time, to specify a timestamp for the start and end of a test
in the output.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ else: 'install_requires': [ 'extras', 'testtools>=0.9.34', + 'python-dateutil>=2.4.2', ], 'tests_require': [ 'fixtures', |
