summaryrefslogtreecommitdiffstats
path: root/utils/test/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 errors in utils/testVadim Rutkovsky2018-01-041-1/+0
|
* Lint utils/testRodolfo Carvalho2017-03-061-4/+4
| | | | | | | | | - Do not use `print` in unit tests, send messages through the test framework instead. - Remove unused import. - Add spaces around equal sign in assigment. - Turn method into a function. - Reorganize imports according to PEP8.
* cleanup: Removed debug prints from testsSteve Milner2017-01-111-1/+0
|
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-6/+6
| | | | versions
* Add some tests for utils to get the coverage up.Tim Bielawa2016-11-041-1/+29
|
* Unit tests for the debug_env logger thingTim Bielawa2016-10-211-0/+72