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