..
__init__.py
Include the python encoding file header on tests.
2013-11-27 11:19:24 +00:00
aliases_test.py
Fix typo in email from bad copy-paste
2014-07-07 16:12:11 -06:00
alternatives_test.py
Remove unnecessary
©️ and :license:
from file headers
2014-05-26 19:26:15 +01:00
archive_test.py
The decorator looks for 2 binaries. We always want the first.
2015-04-10 00:26:15 +01:00
artifactory_test.py
Skip tests that don't work with older mock
2015-08-21 21:35:11 -05:00
at_test.py
added test cases for at and atc function from at module
2014-12-16 19:48:30 +05:30
blockdev_test.py
pylint fix
2015-01-08 12:56:09 -07:00
boto_elb_test.py
provide True, False and None returns on deregister_instances and register_instances methods
2014-09-04 05:53:52 +00:00
boto_secgroup_test.py
Fix pylint errors on develop
2015-02-26 09:43:52 +00:00
boto_vpc_test.py
Clean up imports
2015-07-07 06:28:10 -06:00
brew_test.py
Fix mock call.
2015-01-12 16:51:02 +00:00
cmdmod_test.py
Fix some of the mocking on cmdmod_test
2015-01-27 14:15:04 -07:00
composer_test.py
composer.install module does not support always_check, only the state does. Removing the test on the module.
2015-03-11 12:19:17 -07:00
config_test.py
Include the python encoding file header on tests.
2013-11-27 11:19:24 +00:00
cp_test.py
These were unused and causing weird recursion errors in unit tests
2015-01-06 11:22:32 -07:00
cron_test.py
fix codeauthor misspellings
2014-05-21 18:59:02 -06:00
cyg_test.py
fix bad file perms
2014-12-18 10:42:25 -07:00
darwin_sysctl_test.py
remove redundant mock_open() in darwin_sysctl_test.py
2014-10-31 10:42:57 -06:00
dig_test.py
Add back double-quote
2015-01-07 20:05:43 -06:00
disk_test.py
more lint
2014-12-18 10:33:31 -07:00
dnsutil_test.py
Skip tests if real mock library is not available
2014-08-08 00:52:47 +01:00
dockerio_test.py
fix codeauthor misspellings
2014-05-21 18:59:02 -06:00
file_test.py
Switch open()
for salt.utils.fopen()
2014-11-26 18:25:20 +00:00
gem_test.py
Fixed the gem module to work on windows... without injection
2015-07-20 12:50:33 -06:00
gpg_test.py
Skip tests that don't work with older mock
2015-08-21 21:35:11 -05:00
grains_test.py
Fix lint
2015-05-13 11:47:43 -06:00
groupadd_test.py
Skip tests that don't work with older mock
2015-08-21 21:35:11 -05:00
hashutil_test.py
Merge branch '2014.7' into develop
2014-11-27 03:59:40 +00:00
ini_manage_test.py
Switch open()
for salt.utils.fopen()
2014-11-26 18:28:15 +00:00
jboss7_cli_test.py
Fixes of pylint violations
2014-11-25 12:49:14 +01:00
jboss7_test.py
Skip tests that don't work with older mock
2015-08-21 21:35:11 -05:00
linux_acl_test.py
Fix unit test
2015-02-21 19:29:57 -07:00
linux_lvm_test.py
But only fix it in the correct place...
2015-01-22 01:22:18 -07:00
linux_sysctl_test.py
fix linux_sysctl_test failures caused by #20314
2015-02-03 11:30:27 -07:00
localemod_test.py
Gated dbus for os families that use it
2015-09-01 15:19:49 -07:00
mac_group_test.py
Check if gid exists before adding group and associated tests
2014-03-18 13:02:20 -06:00
mac_user_test.py
TST: Updated mac_user tests for modifications to OS release handling
2014-10-21 15:00:58 -06:00
mdadm_test.py
Fixing unit tests for mdadm
2014-12-23 11:31:58 -07:00
mysql_test.py
Clean up some pylint on 2015.2
2015-02-06 07:58:26 -07:00
netscaler_test.py
resolved errors.
2015-04-17 12:34:26 +05:30
nginx_test.py
Mock the right object
2014-11-20 16:40:48 +00:00
nova_test.py
Adding nova.py unit tests
2015-04-03 14:40:46 +05:30
oracle_test.py
Adding oracle.py unit test cases
2015-04-10 16:10:38 +05:30
pagerduty_test.py
Adding pagerduty.py unit tests
2015-04-13 18:21:17 +05:30
parted_test.py
fix tests for the parted module
2015-04-28 13:22:54 -06:00
pecl_test.py
adding pecl unit test case.
2015-04-14 17:58:15 +05:30
pip_test.py
Fix tests to reflect args being passed as lists instead of strings
2015-08-24 23:54:09 -05:00
pkg_resource_test.py
Adding pkg_resouce.py unit tests
2015-04-17 17:52:13 +05:30
postfix_test.py
adding postfix unit test case
2015-04-21 17:36:07 +05:30
postgres_test.py
Another missed quote
2015-01-08 10:17:39 -07:00
powerpath_test.py
adding powerpath unit test case
2015-04-22 17:38:44 +05:30
ps_test.py
Update psutil.pid_list to use psutil.pids
2015-05-15 14:25:03 -07:00
pw_group_test.py
Allow for variations in distros in group test
2015-01-06 22:46:28 -07:00
pw_user_test.py
mock pwd calls in pw_user exec mod test
2015-08-13 13:20:11 -06:00
qemu_img_test.py
adding qemu_img unit test case
2015-04-23 18:13:27 +05:30
raet_publish_test.py
adding raet_publish unit test case
2015-04-24 17:30:24 +05:30
rbenv_test.py
adding rbenv unit test case
2015-04-27 17:26:24 +05:30
redismod_test.py
adding redismod unit test case.
2015-06-29 14:13:45 +05:30
rh_ip_test.py
additional mock for rh_ip_test test_build_bond
2015-05-11 12:31:24 -06:00
riak_test.py
adding riak unit test case
2015-05-05 15:39:52 +05:30
rsync_test.py
adding rsync unit test case
2015-05-06 17:31:04 +05:30
rvm_test.py
added tests to ensure commands are created accordingly (without additional single quotes)
2015-03-16 14:49:09 -06:00
s3_test.py
Configurable AWS region & region from IAM metadata
2015-07-24 16:06:20 +02:00
scsi_test.py
adding scsi unit test case
2015-05-07 15:44:39 +05:30
seed_test.py
Disabled flaky test to review later
2015-06-03 16:27:33 -06:00
sensors_test.py
adding sensors unit test case
2015-05-08 16:11:20 +05:30
serverdensity_device_test.py
adding serverdensity_device unit test case.
2015-04-09 17:29:48 +05:30
service_test.py
adding service unit test case
2015-05-11 18:01:10 +05:30
shadow_test.py
Cleanup whitespace issues for pylint
2014-05-21 19:31:46 -06:00
smf_test.py
adding smf unit test case
2015-05-12 18:06:49 +05:30
smtp_test.py
adding smtp unit test case.
2015-04-07 17:39:32 +05:30
solr_test.py
adding solr unit test case
2015-05-13 17:14:53 +05:30
state_test.py
Fix Python 2.6 syntax error in unit.modules.state_test.py
2015-04-21 11:01:33 -06:00
svn_test.py
adding svn unit test case
2015-05-15 17:39:21 +05:30
sysbench_test.py
adding sysbench unit test case
2015-05-18 17:43:37 +05:30
syslog_ng_test.py
fix numerous typos+misspellings
2014-11-05 13:57:47 -08:00
sysmod_test.py
Remove Python 2.6 incompatible section of test
2015-04-21 12:25:31 -06:00
system_test.py
adding system unit test case
2015-05-20 16:06:10 +05:30
test_network.py
Added utils-style IP-check functions to the network module
2014-07-25 15:20:14 -06:00
timezone_test.py
removed assertion error
2015-05-21 18:57:58 +05:30
tls_test.py
Fix mock_open patch
2015-07-22 11:09:15 -05:00
twilio_notify_test.py
adding twilio_notify unit test case.
2015-04-03 14:29:49 +05:30
uwsgi_test.py
fix uwsgi test
2015-01-07 11:57:44 -07:00
varnish_test.py
adding varnish unit test case
2015-05-25 16:01:02 +05:30
virt_test.py
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.2
2015-03-11 16:09:57 -06:00
virtualenv_test.py
update venv unit tests accordingly
2014-12-08 23:28:28 -07:00
win_disk_test.py
adding win_disk unit test case.
2015-04-10 18:01:22 +05:30
win_dns_client_test.py
adding win_dns_client test case and used @patch for mocking.
2015-04-15 18:42:38 +05:30
win_groupadd_test.py
depend on win libs rather than mocking them
2015-07-01 11:14:19 -06:00
win_ip_test.py
adding win_ip unit test case.
2015-04-06 15:35:01 +05:30
win_network_test.py
Skip tests that don't work with older mock
2015-08-21 21:35:11 -05:00
win_path_test.py
Adding win_path.py unit test cases
2015-04-07 14:16:45 +05:30
win_repo_test.py
Adding win_repo.py unit test cases
2015-04-08 14:07:03 +05:30
win_servermanager_test.py
Fixed test failures for Colton
2015-06-18 12:58:18 -06:00
win_service_test.py
Remove overmocked test
2015-08-26 16:02:42 -06:00
win_status_test.py
lots of copyediting
2014-04-30 12:06:27 -07:00
win_system_test.py
Fixed the lint... again
2015-08-04 17:43:58 -06:00
xapi_test.py
Adding xapi.py unit test cases
2015-04-13 17:38:19 +05:30
zcbuildout_test.py
Minor cosmetic changes in order not to disable the PEP8 PyLint code all together
2015-04-21 15:03:47 +01:00
zfs_test.py
Salt modules must be imported after the ensure in syspath call
2014-12-21 11:44:57 -05:00
zpool_test.py
Changing return to match zpool list instead of zfs list
2015-01-05 14:05:55 -07:00