salt/tests
Erik Johnson 7d6b679ac4
Fix fake importer for Python 3
Python 3 does not appear to pass all values to the `__import__` builtin
when they do not differ from the defaults. Therefore, the fake import
fails because of missing positional args.

This fix simply uses the defaults from Python 2 and 3's `__import__`
builtin.
2017-12-19 12:09:36 -06:00
..
integration [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
kitchen comment wordpress module 2017-10-30 13:34:28 -06:00
perf Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
pkg/rpm
support Fix fake importer for Python 3 2017-12-19 12:09:36 -06:00
unit Fix incorrectly-written VMware tests 2017-12-19 12:09:36 -06:00
utils
__init__.py
buildpackage.py
committer_parser.py Use with blocks (or try/finally) to ensure filehandles are closed 2017-11-09 15:05:40 -06:00
conftest.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
consist.py Use with blocks (or try/finally) to ensure filehandles are closed 2017-11-09 15:05:40 -06:00
eventlisten.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
eventlisten.sh
jenkins.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
minionswarm.py Use with blocks (or try/finally) to ensure filehandles are closed 2017-11-09 15:05:40 -06:00
modparser.py
packdump.py
runtests.py Moving scheduler tests into a new location. Adding new TEST_SUITE to runtests.py. Add CLI flag to runtests.py so the scheduler tests can be run invidually. 2017-12-12 08:37:38 -08:00
salt-tcpdump.py
saltsh.py Rename 'environment' config option to 'saltenv' 2017-11-30 13:08:49 -06:00
wheeltest.py
whitelist.txt
zypp_plugin.py Pylint fixes 2017-06-21 10:09:11 +01:00