Matt Clay
|
6645054329
|
Code cleanup for test infrastructure. (#59046)
* Remove useless object inheritance in test code.
* Remove unnecessary pass statements from test code.
* Comment on why certain pylint rules are ignored.
* Add more pylint test contexts.
* Fix import order.
* Remove unused variables.
* Remove unnecessary pass statement.
* Fix bad continuations.
* Remove unnecessary elif.
* Allow legitimate broad except statements.
* Allow legitimate protected access.
* Clean up names to make pylint pass.
|
2019-07-12 13:17:20 -07:00 |
|
Matt Clay
|
3f2b766d10
|
Add future and metaclass boilerplate to test code.
Continue to ignore:
- test/integration/
- test/legacy/
- test/units/
|
2019-07-12 09:18:24 -07:00 |
|
Matt Clay
|
86ad4c99ba
|
Reorganize util code in ansible-test.
Code in util.py that depends on CommonConfig is now in util_common.py.
|
2019-07-11 08:54:13 -07:00 |
|
Matt Clay
|
aa7fe919d3
|
Fix ansible-test merge change detection.
|
2018-11-14 12:27:40 -08:00 |
|
Matt Clay
|
c0aaf0fff7
|
Fix change detection on retried Shippable jobs.
|
2018-08-27 20:57:09 -07:00 |
|
Matt Clay
|
a1453a7917
|
Improve handling of first CI run for new branch. (#29070)
|
2017-09-06 16:40:04 -07:00 |
|
Matt Clay
|
6522d703a1
|
Fix ansible-test pylint and pep8 issues. (#24245)
* Fix pylint useless-super-delegation issues.
* Fix miscellaneous pylint issues.
* Fix PEP 8 issues.
* Fix warnings reported by PyCharm.
|
2017-05-03 23:19:44 +08:00 |
|
Matt Clay
|
92ad9a19b6
|
Fix ansible-test empty diff handling on Shippable.
|
2017-04-08 22:08:08 -07:00 |
|
Matt Clay
|
f7c83ccdc0
|
Fix ansible-test PR diff handling.
Permits use of PRs on branches other than devel.
|
2017-03-16 10:34:31 -07:00 |
|
Matt Clay
|
869449e288
|
Add test verification to ansible-test. (#22636)
* Add unified git diff parser.
* Add metadata and diff handling.
* Add test confidence/verification to bot output.
|
2017-03-15 12:17:42 -07:00 |
|
Matt Clay
|
5e9a2b8528
|
Verify SHA in Shippable change detection.
|
2017-03-15 11:31:55 -07:00 |
|
Matt Clay
|
45772b961f
|
Add private fork CI support to ansible-test.
|
2016-12-13 15:49:57 -08:00 |
|
Matt Clay
|
1c9a58a885
|
Run all tests when no last successful commit.
(cherry picked from commit 2e56035fddfd04eb084bd977fc1ee2f35c2f5283)
|
2016-12-08 11:35:20 -05:00 |
|
Matt Clay
|
6bbd92e422
|
Initial ansible-test implementation. (#18556)
|
2016-11-29 21:21:53 -08:00 |
|