summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* add milliseconds into timestamps, fix #721Samuel Colvin2017-09-091-3/+5
|
* Fixed #870 Improved test coverage for connections.py and utils.pyTheo2017-08-311-3/+52
|
* Fixed issue#72 (#818)luojiebin2017-04-281-0/+17
* Added a custom exception for timeout transfer * Added a util to transfer timeout to a united format * Transfer timeout format when creating a queue or enqueue jobs * Fixed typos * Fixed bug in transfer_timeout function * Added test for function transfer_timeout * Updated transfer_timeout to allow uppercase unit * Renamed function in utils