salt/tests/integration/states
Erik Johnson ef110baa99 Update git state integration tests for PY3 compatibility
Python 3 didn't like some of the stuff that we were doing with
``subprocess.check_call()`` in these tests, so to fix this I have redone
that stuff with calls to functions in the git execution module. In order
to avoid problems with running tests with no global gitconfig, I needed
to add an argument called ``git_opts`` to most of the funcs in the git
execution module (well I didn't *need* to do it to most of the funcs, it
just seemed like we shouldn't only be supporting this argument in a
single function).

This new ``git_opts`` argument is specifically for passing arguments to
the git command itself (not the subcommand). For example, ``git -c
user.name="Foo Bar" commit .....`` is different than running ``git
commit -c user.name="Foo Bar" .....``, because the ``commit`` subcommand
for git also accepts ``-c``.
2017-03-14 18:07:06 -05:00
..
__init__.py Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00
test_alternatives.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_archive.py The port attribute definition must come first 2017-03-12 18:05:30 +00:00
test_boto_sns.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_bower.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_cmd.py Don't pollute the repo tests state tree 2017-03-08 18:34:33 +00:00
test_compiler.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_file.py Merge pull request #39897 from rallytime/merge-develop 2017-03-09 09:03:46 -07:00
test_git.py Update git state integration tests for PY3 compatibility 2017-03-14 18:07:06 -05:00
test_handle_error.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_handle_iorder.py Don't expect any ordering from sets!!!!! 2017-03-03 18:31:11 +00:00
test_host.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_keystone.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_match.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_mysql.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_network.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_npm.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_pip.py supervisor does not run against py3. Use pep8 for the tests. 2017-03-08 18:34:32 +00:00
test_pkg.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_pkgrepo.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_rabbitmq_user.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_rabbitmq_vhost.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_renderers.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_service.py Don't assert, just fail 2017-03-01 01:33:08 +00:00
test_ssh.py PyLint, no its not a repeated keyword! 2017-03-01 01:33:08 +00:00
test_supervisord.py Supervisord does not work under Python 3 2017-03-08 18:34:33 +00:00
test_svn.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_user.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_virtualenv.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00