testrail-python icon indicating copy to clipboard operation
testrail-python copied to clipboard

elapsed time is not stored correctly for Result

Open nullin opened this issue 8 years ago • 1 comments

See https://github.com/travispavek/testrail-python/blob/master/testrail/result.py#L83

You should store a string suffixed with 's'.

'%ds' % td.seconds

nullin avatar Feb 02 '17 23:02 nullin

Good catch.

The Case and Test classes also need to be looked at for the same reason.

leviable avatar Feb 03 '17 15:02 leviable