salt/tests
Dmitry Kuzmenko 6b0921e5ba Py3 tests fixes: don't mock non-callable objects with return_value.
mock = MagicMock(return_value='') works for functions: here mock() will
return the value (empty string). But mock returns the MagicMock object.
Not sure why but it worked in Py2, but in Py3 os.path.join(mock,
'something'), for instance, returns an error.

Fixed the issues by avoiding of using mocks where we can use simple
strings.
2017-05-25 12:33:43 +03:00
..
integration Terminate gpg-agent after each test. 2017-05-25 12:33:43 +03:00
perf
pkg/rpm Updated salt.spec bash_completion 2016-04-07 09:16:47 -06:00
support Pass the fingerprint_hash_type through for gitfs sshd tests 2017-05-11 12:29:51 -06:00
unit Py3 tests fixes: don't mock non-callable objects with return_value. 2017-05-25 12:33:43 +03:00
utils Misplaced test. Use tests.support.unit instead. 2017-04-01 14:23:00 +01:00
__init__.py
buildpackage.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
committer_parser.py Fix resource leakage 2017-04-05 23:18:00 +01:00
conftest.py Fix basic stats when the test daemons are not running 2017-04-28 13:36:45 +01:00
consist.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
eventlisten.py
eventlisten.sh
jenkins.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
minionswarm.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
modparser.py
packdump.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
runtests.py Merge branch '2016.11' into 'nitrogen' 2017-05-23 10:36:41 -06:00
salt-tcpdump.py Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
saltsh.py
wheeltest.py
whitelist.txt Add back the two loader tests 2017-04-17 14:04:20 -06:00