Commit Graph

23 Commits (ca635fac4a3f577f8fb5fcd33ca954aa30bdf2e5)

Author SHA1 Message Date
Matt Clay 18e8401edd
Remove Python 2.x compat from unit tests (#82109)
2 years ago
Matt Clay 9f899f9492
Require `from __future__ import annotations` (#81902)
2 years ago
Matt Clay 1ba100a3b4
Fix pointless statements in unit tests (#79940)
3 years ago
Matt Martz 56d142350d
Add support for importlib.resources (#78915)
3 years ago
Matt Clay 3a9a23fb1a
Use unittest.mock instead of mock. (#77883)
4 years ago
Martin Krizek ed30fc9a06
Remove deprecated loading cache plugins directly without cache_loader (#77655)
4 years ago
Matt Clay 1a5853d794
Remove obsolete units.compat.mock compat layer. (#77118)
4 years ago
Matt Clay 97104f1221
Avoid deprecated TestCase functions in unit tests. (#76678)
4 years ago
Harm Geerts 9bd70045c9
Fix BaseFileCacheModule#keys to respect prefix (#72789)
5 years ago
Sloane Hertel ce96591313
Remove deprecated cache interfaces (#74198)
5 years ago
Rick Elrod 7f62a9d7b5
Make cache adjudicator's flush call plugin flush (#70987)
6 years ago
Matt Clay 04666c9fa1
Clean up unit tests to assist with migration. (#67875)
6 years ago
Enno Gröper 1ed7a654ba Improve testing of FactCache (#55739)
7 years ago
Sloane Hertel 598a058afe
[FactCache] define first_order_merge method (#55781)
7 years ago
Sloane Hertel 9687879840
Fix inventory cache interface (#50446)
7 years ago
Matt Clay 3033fd96b0
Move unit test compat code out of `lib/ansible/`. (#46996)
8 years ago
Toshio Kuratomi 802c9efaa3 Disable abstract-class-instantiated for smoketests
9 years ago
Matt Clay cb76200c7d PEP 8 E111 & E114 cleanup. (#20838)
9 years ago
Adrian Likins 6c4f554f5a Provide slightly better msg on fact cache error (#18759)
9 years ago
Matt Clay d2ad17e88f Fixed import typo for memcache module in tests.
10 years ago
Toshio Kuratomi 457f86f61a Minor: Correct type pyhton => python
10 years ago
Marius Gedminas a32bf1ec18 Simplify FactCache.copy()
11 years ago
James Cammarata 21fa385ce7 Reorganizing plugin unit tests and adding start of strategy tests (v2)
11 years ago