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
|
1e1463401d
|
Prepare ansible-test for supporting collections. (#58886)
This is a small but incomplete set of the initial changes for supporting testing of collections with ansible-test.
|
2019-07-09 17:31:04 -07:00 |
|
Matt Clay
|
a4d0c24bbf
|
Fix ansible-test inventory and vars path handling. (#55186)
* Fix ansible-test inventory and vars path handling.
* Improve explanation for missing commit.
|
2019-04-12 11:52:44 -07:00 |
|
Matt Clay
|
a8e328f474
|
Overhaul ansible-test code coverage and injector. (#53510)
|
2019-03-13 07:14:12 -07:00 |
|
Matt Clay
|
eeaff731de
|
Overhaul ansible-test cloud test plugins. (#53044)
|
2019-02-28 18:25:49 -08:00 |
|
Matt Clay
|
b834b29e43
|
Run integration tests from temporary directory.
ci_complete
|
2019-01-17 17:22:51 -08:00 |
|