Tyler Johnson 18e9ca7958 skip tests on appropriate platforms hace 5 años
..
cache_mods 3184168365 Use explicit unicode strings + break up salt.utils hace 7 años
validate df7338809b fix minion zmq connecting to master configured as IPv6 address hace 5 años
__init__.py d02a2bc224 Include the python encoding file header on tests. hace 11 años
test_aggregation.py 1044b627a1 [PY3] Add unicode_literals to salt.utils modules (A-D) hace 6 años
test_args.py c95dd4d70f Add test for this specific bugfix hace 5 años
test_asynchronous.py 662ca0de73 Rename files to match naming convention hace 6 años
test_botomod.py 7e30f459c9 rename boto to botomod hace 6 años
test_cache.py 1aacf77b3e Rename/consolidate salt.utils unit tests to conform to naming convention hace 6 años
test_cloud.py 3273bbdab7 Merge branch '2017.7' into '2018.3' hace 6 años
test_color.py 1044b627a1 [PY3] Add unicode_literals to salt.utils modules (A-D) hace 6 años
test_configcomparer.py 1044b627a1 [PY3] Add unicode_literals to salt.utils modules (A-D) hace 6 años
test_configparser.py ac3c379109 Fix up py3 git config tests hace 6 años
test_context.py ffb842d055 Move salt.utils.context tests to their proper location hace 6 años
test_data.py ac0f8000d8 Fix 3 bugs in subdict matching hace 6 años
test_dateutils.py 1044b627a1 [PY3] Add unicode_literals to salt.utils modules (A-D) hace 6 años
test_decorators.py b6b4e955d2 Lint cleanup hace 5 años
test_dictdiffer.py 1044b627a1 [PY3] Add unicode_literals to salt.utils modules (A-D) hace 6 años
test_dicttrim.py 039f3d1622 Increase limit for trimming. hace 6 años
test_dictupdate.py 1044b627a1 [PY3] Add unicode_literals to salt.utils modules (A-D) hace 6 años
test_dns.py 6c99cb161f Merge branch '2018.3' into merge-2018.3 hace 5 años
test_doc.py 1044b627a1 [PY3] Add unicode_literals to salt.utils modules (A-D) hace 6 años
test_docker.py e060a74fd8 Merge branch '2017.7' into 'oxygen' hace 6 años
test_environment.py 44e9581c0d Fix unit tests for using new structure hace 6 años
test_etcd_util.py 3273bbdab7 Merge branch '2017.7' into '2018.3' hace 6 años
test_event.py bdf24f4064 Make sure we tests salt-master's `event_return` setting hace 5 años
test_extend.py e74f78fca6 Skip ExtendTestCase if templates directory is missing hace 5 años
test_filebuffer.py 9e3a01b930 Use existing file instead of tzutil hace 5 años
test_files.py aa07b3fa43 Multiple unittest fixes for 2018.3 Python 3 Windows hace 6 años
test_find.py e14b655c01 More unicode changes. Adding print_function to all files. Updating various reads & writes to files. hace 6 años
test_gitfs.py e14b655c01 More unicode changes. Adding print_function to all files. Updating various reads & writes to files. hace 6 años
test_hashutils.py 7266c9984d salt.utils.hashutils: Fix UnicodeEncodeError in several funcs hace 6 años
test_http.py 3273bbdab7 Merge branch '2017.7' into '2018.3' hace 6 años
test_iam.py c57b5a5502 Fix breakage in salt.utils.iam hace 6 años
test_immutabletypes.py 3273bbdab7 Merge branch '2017.7' into '2018.3' hace 6 años
test_jid.py 0e44911d77 Updating various tests for Unicode goodness hace 6 años
test_jinja.py 10a6d53a3f Fix unit utils jinja when run on thier own hace 5 años
test_json.py 1a24489b29 Update old utils paths to use new utils paths hace 6 años
test_listdiffer.py 0e44911d77 Updating various tests for Unicode goodness hace 6 años
test_locales.py 728599164d Replace salt.utils.locales.sdecode with salt.utils.data.decode hace 6 años
test_mac_utils.py 18e9ca7958 skip tests on appropriate platforms hace 5 años
test_minions.py d236bd4fea Allow yaml list notation for nodegroup expansion hace 5 años
test_network.py 37bcc4cb5b fix dns_check to return uri-compatible ipv6 addresses, add tests hace 5 años
test_parsers.py 0e99dd741c Fix logic for non-root hace 6 años
test_path.py 31ca7c6936 Fix usage of reload for PY3 compatibility hace 5 años
test_pbm.py 2ab1e71ef2 [PY3] Add unicode_literals to salt.utils modules (P) hace 6 años
test_pkg.py 422e4271a9 Fixing copy-paste errors on comments and minor test code improvements hace 6 años
test_process.py 4e68860050 Fix wart in test_process tests on windows hace 5 años
test_pycrypto.py 6fcf03532d Make the skip apply to any system missing crypt hace 5 años
test_pydsl.py d612bd27e4 Move/merge more test modules hace 6 años
test_pyobjects.py d612bd27e4 Move/merge more test modules hace 6 años
test_reactor.py 322a988def Fix paths to moved functions hace 6 años
test_rsax931.py 54f9785e6c [PY3] Add unicode_literals to salt.utils modules (R-S) hace 6 años
test_sanitizers.py 36cacdb49e Add unit test for ignoring masking once syntax isn't YAML's key/value set hace 6 años
test_schedule.py 087c74d907 No globals in tests, specially dictionaries! hace 5 años
test_schema.py e09be8425b Update test_schema to mirror the new ValidationErrors in 3.0.0 hace 5 años
test_sdb.py 83a15cb623 Add optimization_order config to mocked opts hace 6 años
test_ssdp.py dc512c832e Patch socket when instantiating classes hace 5 años
test_state.py 6db2beb6c0 Replace "pchanges" with "changes" to fix onchanges/prereq requisites hace 5 años
test_stringutils.py 8fed338708 Merge branch '2018.3' into 'fluorine' hace 6 años
test_systemd.py b55770768f Add test for systemd version from git describe hace 5 años
test_thin.py 8440176992 Fixing a log issue that pops up after test_gen_thin_compression_fallback_py3 on "OS X, need to ensure that salt.utils.thin.os.close is mocked. hace 5 años
test_timed_subprocess.py 6143408507 Add unit test for TimedProc regression hace 6 años
test_timeout.py ed530a35ad [PY3] Add unicode_literals to salt.utils modules (T-V) hace 6 años
test_url.py ed530a35ad [PY3] Add unicode_literals to salt.utils modules (T-V) hace 6 años
test_verify.py effa77de7f Test verify logs without a whole minion hace 5 años
test_versions.py 47a8de5b73 Fix salt.utils.versions.warn_until spelling hace 6 años
test_vmware.py 80dcb44a0d Merge remote-tracking branch 'upstream/2018.3' into merge-fluorine hace 6 años
test_vsan.py ed530a35ad [PY3] Add unicode_literals to salt.utils modules (T-V) hace 6 años
test_vt.py 3273bbdab7 Merge branch '2017.7' into '2018.3' hace 6 años
test_win_dacl.py b8fa7d33a5 Sort the perms hace 5 años
test_win_functions.py 69ac94baca Update utils paths hace 6 años
test_win_lgpo_auditpol.py 2e68d35678 directly call cmd.run_all hace 5 años
test_win_lgpo_netsh.py db2a1cc016 Fix failing tests on Py3 hace 6 años
test_win_osinfo.py 7e8d21456e Add tests hace 6 años
test_win_pdh.py 8ef022de04 Fix lint issues hace 6 años
test_win_reg.py 84b8dd6856 Add tests hace 6 años
test_xmlutil.py a9c82c47ea [PY3] Add unicode_literals to salt.utils modules (W-Z) hace 6 años
test_yamldumper.py 0d0e354627 Fix yamldumper test for both py2/py3 hace 5 años
test_yamlencoding.py a9c82c47ea [PY3] Add unicode_literals to salt.utils modules (W-Z) hace 6 años
test_yamlloader.py 79e01cd22f Remove obsolete tests hace 6 años
test_zeromq.py faa1d98f9e ip_bracket can now accept ipv6 addresses with brackets hace 5 años
test_zfs.py d19fef963e remove unnecessary patch in zfs.is_supported test hace 6 años