index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
vars
/
test_variable_manager.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Remove unreachable tests (#83696)
Abhijeet Kasurde
2024-10-18
1
-147
/
+0
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
1
-2
/
+2
*
Remove Python 2 compat (via six) from unit tests
Matt Clay
2023-11-02
1
-3
/
+2
*
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
*
Fix pointless statements in unit tests (#79940)
Matt Clay
2023-02-07
1
-4
/
+2
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
1
-1
/
+1
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
1
-1
/
+1
*
Remove empty setUp/tearDown/tearDownClass methods in test classes.
Mads Jensen
2019-11-06
1
-6
/
+0
*
Fix inventory cache interface (#50446)
Sloane Hertel
2019-03-06
1
-4
/
+0
*
move extravars and option vars loading into VM (#51070)
Brian Coca
2019-01-30
1
-6
/
+18
*
Move unit test compat code out of `lib/ansible/`. (#46996)
Matt Clay
2018-10-13
1
-2
/
+2
*
Miscellaneous pylint fixes.
Matt Clay
2017-09-13
1
-0
/
+3
*
make groups magic var dependant on inventory (#28677)
Brian Coca
2017-08-28
1
-7
/
+5
*
Fix spelling mistakes (comments only) (#25564)
Abhijeet Kasurde
2017-06-12
1
-1
/
+1
*
test/: PEP8 compliancy (#24803)
Dag Wieers
2017-05-30
1
-10
/
+10
*
Transition inventory into plugins (#23001)
Brian Coca
2017-05-23
1
-119
/
+65
*
Update module_utils.six to latest (#22855)
Toshio Kuratomi
2017-03-23
1
-2
/
+2
*
PEP 8 indent cleanup. (#20800)
Matt Clay
2017-01-29
1
-4
/
+4
*
ansible_playbook_python (#18530)
Brian Coca
2016-11-23
1
-8
/
+5
*
Make ini parsing slightly more robust
Toshio Kuratomi
2016-10-04
1
-8
/
+13
*
Adding unit tests for role variable precedence
Christoph Dittmann
2016-07-20
1
-0
/
+54
*
Adding unit tests for playbook group/host vars
James Cammarata
2016-06-06
1
-0
/
+10
*
Fix mock loader for osx /etc symlinks (#16074)
jctanner
2016-06-01
1
-0
/
+2
*
Adds 'ansible_check_mode' boolean magic variable
Strahinja Kustudić
2016-04-08
1
-0
/
+2
*
Fix include param precedence in variable manager
James Cammarata
2015-11-19
1
-0
/
+1
*
Revert to using local file/dir tests in inventory instead of loader's
James Cammarata
2015-10-13
1
-1
/
+3
*
Use the task loop to calculate multiple delegated hosts
James Cammarata
2015-09-25
1
-0
/
+1
*
Properly handle group/host_var files with dots in them
James Cammarata
2015-09-08
1
-1
/
+13
*
Starting to add additional unit tests for VariableManager
James Cammarata
2015-09-04
1
-7
/
+127
*
Replace .iteritems() with six.iteritems()
Marius Gedminas
2015-09-03
1
-1
/
+3
*
Cleanup combine_vars
Toshio Kuratomi
2015-09-01
1
-14
/
+0
*
Fix unit tests for new magic variable addition 'ansible_version'
James Cammarata
2015-07-10
1
-0
/
+2
*
Updating unit tests to account for new magic variable 'vars'
James Cammarata
2015-07-05
1
-0
/
+2
*
Update VariableManager test for additional magic variable playbook_dir
James Cammarata
2015-06-24
1
-1
/
+1
*
Cleaning up VariableManager tests (v2)
James Cammarata
2015-05-15
1
-13
/
+28
*
Fixing up v2 unit tests
James Cammarata
2015-05-12
1
-0
/
+1
*
Testing additions and fixes
Matt Martz
2015-05-08
1
-1
/
+1
*
Making the switch to v2
James Cammarata
2015-05-04
1
-0
/
+144