salt/tests/unit
Michael Steed bd8538db97 py3: fix salt/modules/file.py and unit tests
Most of the routines in the file execution module that operate on file
contents assume that they are dealing with text files (line-oriented
operations, regular expressions, etc). The exceptions are get_sum(),
get_hash(), and check_hash(). Outside of these three routines, files are
now opened in text mode.
2015-06-08 08:49:09 -06:00
..
beacons lint 2015-05-27 13:36:25 -06:00
cli Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop 2015-04-16 12:15:44 -06:00
cloud fixing problem in unit test 2015-05-17 17:09:35 +00:00
modules py3: fix salt/modules/file.py and unit tests 2015-06-08 08:49:09 -06:00
netapi Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop 2015-04-27 10:28:53 -06:00
output Remove test as well 2015-02-07 11:57:40 -08:00
pillar Add a SQLite3 ext_pillar built on the sql_base pillar. 2015-05-27 14:45:33 -04:00
renderers Add new module type for serializers from issue #22257. 2015-05-28 20:03:11 -04:00
returners update smtp returner unit tests 2015-05-11 00:23:28 -06:00
serializers Add new module type for serializers from issue #22257. 2015-05-28 20:03:11 -04:00
states Manual merge of #24414 per thatch45 2015-06-06 07:47:52 -06:00
templates Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
transport Python 3 Compat for new transport files 2015-04-14 09:16:42 -06:00
utils py3: fix salt/utils/rsax931.py and tests 2015-06-08 08:48:48 -06:00
__init__.py First stab at unit tests for the various rest_cherrypy tool functions 2014-03-31 09:59:55 -06:00
auth_test.py Manual merge of #24414 per thatch45 2015-06-06 07:47:52 -06:00
client_test.py Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop 2015-03-16 15:12:02 -06:00
config_test.py Merge remote-tracking branch 'upstream/2015.5' into merge-forward-develop 2015-05-06 15:49:50 -06:00
files_test.py Py3 compatibility fixes 2015-01-30 22:25:10 +00:00
highstateconf_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
log_test.py Manual merge of #24414 per thatch45 2015-06-06 07:47:52 -06:00
minion_test.py Fix misc tests 2015-04-07 20:53:27 -07:00
overstate_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
payload_test.py Py3 compatibility fixes 2015-01-30 22:25:10 +00:00
pillar_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
pydsl_test.py Avoid file cache problem in pydsl tests 2015-02-13 10:48:39 -07:00
pyobjects_test.py Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop 2015-03-30 15:10:17 -06:00
simple.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
stateconf_test.py Py3 compatibility fixes 2015-01-30 22:25:10 +00:00
template_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
version_test.py Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00