.. |
auth
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
beacons
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
cache
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
cli
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
client
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
cloud
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
config
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
daemons
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
engines
|
Drop Py2 and six on tests/unit/engines/test_sqs_events.py
|
2021-02-03 11:55:15 +00:00 |
executors
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
ext
|
Requested changes.
|
2021-05-12 06:53:23 -04:00 |
files
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
fileserver
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
grains
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
matchers
|
Fix pre-commit black and isort
|
2020-10-07 13:38:05 -07:00 |
modules
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
netapi
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
output
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
pillar
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
proxy
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
renderers
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
returners
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
roster
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
runners
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
sdb
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
states
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
templates/files
|
|
|
tokens
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
tops
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
transport
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
utils
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
__init__.py
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
test_acl.py
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
test_auth.py
|
Make sure all local clients are "destroyed" after being used
|
2021-01-05 06:14:14 +00:00 |
test_beacons.py
|
This one should be beacon_name in the ret instead of _beacon_name which goes in the configuration.
|
2020-10-08 07:22:41 -07:00 |
test_client.py
|
Replace @slowTest with @pytest.mark.slow_test
|
2021-02-03 06:30:11 +00:00 |
test_config.py
|
pre-commit
|
2021-04-02 06:37:31 -04:00 |
test_crypt.py
|
Ignore Bandit's B413(blacklist) regarding PyCrypto on the test suite
|
2021-03-03 06:21:53 -05:00 |
test_engines.py
|
Replace @slowTest with @pytest.mark.slow_test
|
2021-02-03 06:30:11 +00:00 |
test_ext.py
|
Salt now has a salt-rewrite in-place which fixes tornado imports
|
2021-03-01 10:42:23 +00:00 |
test_fileclient.py
|
Bump pytest-salt-factories to 0.11.x
|
2020-09-02 12:34:05 +01:00 |
test_fileserver.py
|
Add changes suggestion by pre-commit
|
2021-02-24 14:26:04 -05:00 |
test_loader.py
|
Support loading entrypoints by passing a module instead of a function.
|
2021-03-05 07:32:14 -05:00 |
test_log.py
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
test_master.py
|
Replace @slowTest with @pytest.mark.slow_test
|
2021-02-03 06:30:11 +00:00 |
test_minion.py
|
init changes from dmitry PR
|
2021-04-02 06:37:31 -04:00 |
test_mock.py
|
Drop Py2 and six on tests/unit/test_mock.py
|
2021-03-01 10:42:23 +00:00 |
test_module_names.py
|
Merge freeze into master (#60396)
|
2021-06-23 12:46:52 -04:00 |
test_payload.py
|
Replace @slowTest with @pytest.mark.slow_test
|
2021-02-03 06:30:11 +00:00 |
test_pillar.py
|
Log a different obeject when debugging if we're using disk cache vs memory cache. The disk cache pillar class has the _dict_ object but the cache pillar object which is used with the memory cache does not include a _dict obeject because it is a dict already. Adding a test when pillar_cache_backend is memory.
|
2020-11-09 14:57:48 -07:00 |
test_proxy_minion.py
|
Replace @slowTest with @pytest.mark.slow_test
|
2021-02-03 06:30:11 +00:00 |
test_spm.py
|
Replace @destructiveTest with @pytest.mark.destructive_test
|
2021-02-02 18:19:15 +00:00 |
test_state.py
|
Fix ValueError exception in state.show_state_usage
|
2021-06-23 13:00:23 -04:00 |
test_template.py
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
test_transport.py
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |
test_virtualname.py
|
Support testing against system installed version (#57764)
|
2020-10-05 15:36:49 -07:00 |
test_zypp_plugins.py
|
Pyupgrade and drop six
|
2021-07-06 09:04:28 -04:00 |