testrail-python
testrail-python copied to clipboard
elapsed time is not stored correctly for Result
See https://github.com/travispavek/testrail-python/blob/master/testrail/result.py#L83
You should store a string suffixed with 's'.
'%ds' % td.seconds
Good catch.
The Case and Test classes also need to be looked at for the same reason.