Thomas S Hatch
5cb36f320d
Add configs for the minion/master servers to run in the test suite
2012-02-12 00:46:24 -07:00
Evan Borgstrom
11cc43d22d
Now that it's working let's make it a little nicer to use [GH-522]
...
This allows for tests to be written without too much change from the
normal unittest workflow. Now they should use the 'saltunittest'
namespace and we will need to import anything we need from the original
'unittest' or 'unittest2' namespace.
2012-01-29 10:17:51 -05:00
Evan Borgstrom
dde4198dae
Allow tests to be run on python < 2.7 [GH-522]
...
note: the host module test seems to be broken.
2012-01-29 10:01:43 -05:00
Martin Schnabel
5c0a055fb7
fix bug saltstack/salt#403
...
add tests for modules/hosts
2011-12-31 00:21:08 +01:00
Martin Schnabel
6c42208602
add salt jinja utils tests
2011-12-30 00:58:00 +01:00
Martin Schnabel
43a6bcf299
add simple test runner.
...
use:
python setup.py test
to build salt and run all 'unittest.TestCase's in tests/
2011-12-30 00:55:05 +01:00