Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Python 2.x compat from unit tests (#82109) | Matt Clay | 2023-11-02 | 1 | -1/+1 |
* | Require `from __future__ import annotations` (#81902) | Matt Clay | 2023-10-05 | 1 | -3/+1 |
* | Clean up unit test boilerplate. | Matt Clay | 2020-06-22 | 1 | -1/+1 |
* | Replace TestCase.assertEquals with TestCase.assertEqual. | Mads Jensen | 2019-11-11 | 1 | -8/+8 |
* | unit tests: remove unused imports (#59636) | Andrey Klychkov | 2019-07-26 | 1 | -2/+0 |
* | Move unit test compat code out of `lib/ansible/`. (#46996) | Matt Clay | 2018-10-13 | 1 | -1/+1 |
* | Port some tests away from nose as examples (#33437) | Toshio Kuratomi | 2017-11-30 | 1 | -2/+0 |
* | Enable more pylint rules and fix reported issues. (#30539) | Matt Clay | 2017-09-19 | 1 | -1/+1 |
* | test/: PEP8 compliancy (#24803) | Dag Wieers | 2017-05-30 | 1 | -7/+11 |
* | PEP 8 indent cleanup. (#20800) | Matt Clay | 2017-01-29 | 1 | -6/+6 |
* | bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834) | Matt Davis | 2016-10-02 | 2 | -0/+88 |