Commit Graph

34 Commits (ca635fac4a3f577f8fb5fcd33ca954aa30bdf2e5)

Author SHA1 Message Date
Martin Krizek d449c7b0bb
Reduce number of implicit meta tasks (#84007) (#84045)
1 year ago
Matt Clay 18e8401edd
Remove Python 2.x compat from unit tests (#82109)
2 years ago
Matt Clay 9f899f9492
Require `from __future__ import annotations` (#81902)
3 years ago
Abhijeet Kasurde 652ddc4078
Fix pylint disallowed-name errors (#80854)
3 years ago
Jordan Borean 8db9bd7574
Remove deprecated include (#80752)
3 years ago
Matt Clay c33c8cf086
Remove unused and unreachable unit test code (#79854)
3 years ago
Matt Martz 56d142350d
Add support for importlib.resources (#78915)
3 years ago
Matt Clay 9ee183c4b9
Clean up unit tests. (#78498)
4 years ago
Matt Clay 3a9a23fb1a
Use unittest.mock instead of mock. (#77883)
4 years ago
Martin Krizek 94eff70030
PlayIterator - remove deprecated states (#77444)
4 years ago
Matt Clay 1a5853d794
Remove obsolete units.compat.mock compat layer. (#77118)
4 years ago
Martin Krizek 5c225dc0f5
Introduce public methods to access PlayIterator._host_states (#74416)
5 years ago
Martin Krizek 395e5e20fa
PlayIterator: use enums for states (#74511)
5 years ago
Martin Krizek 1b70260d5a
Add implicit role_complete block instead of role._eor (#72208)
5 years ago
Matt Clay c67efe0bd1 Avoid unnecessary comprehensions.
6 years ago
Mads Jensen c5d61953b1 Remove empty setUp/tearDown/tearDownClass methods in test classes.
7 years ago
Andrey Klychkov 4e8df9a4b8 unit tests: remove unused imports (#59636)
7 years ago
Matt Clay 3033fd96b0
Move unit test compat code out of `lib/ansible/`. (#46996)
8 years ago
James Cammarata b107e397cb
Cache tasks as they are queued instead of en masse (#34752)
8 years ago
Dag Wieers 4efec414e7 test/: PEP8 compliancy (#24803)
9 years ago
James Cammarata 9d549c3498 Fixing iterator bug related to reworking of end-of-role detection
9 years ago
James Cammarata cae682607c Reworking the way end of role detection is done
9 years ago
James Cammarata 47acf55fa9 Cache tasks by uuid in PlayIterator for O(1) lookups
10 years ago
James Cammarata 06d4f4ad0e Move tasks/blocks to a single parent model
10 years ago
jctanner 373b23cc24 Fix mock loader for osx /etc symlinks (#16074)
10 years ago
James Cammarata 9d61a6cba8 Fixing PlayIterator bugs
10 years ago
James Cammarata 299d93f6e9 Updating unit tests for PlayIterator
10 years ago
James Cammarata dfa33d0f23 Tweak variable manager use in role includes to avoid test failures
11 years ago
James Cammarata b2cb3153f1 Fix unit tests for PlayIterator changes regarding fact gathering
11 years ago
James Cammarata 993ce592b1 Update unit tests for flush_handlers fix
11 years ago
James Cammarata e64989beb4 Moving ConnectionInformation -> PlayContext
11 years ago
James Cammarata 1ca8cb8553 Fixing up v2 unit tests
11 years ago
Matt Martz a0fc8bb0bd Testing additions and fixes
11 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2
11 years ago