summaryrefslogtreecommitdiffstats
path: root/selftest/tests/test_run.py
Commit message (Expand)AuthorAgeFilesLines
* Use Samba TestCase class, as the python 2.6 one doesn't have assertIs, assert...Jelmer Vernooij2015-03-061-1/+1
* Use Samba-only subunit module in selftest/tests/.Jelmer Vernooij2015-03-061-7/+10
* selftest/tests/*.py: remove use of testtools.Jelmer Vernooij2015-03-061-1/+1
* selftest.py: Move some infrastructure for running commands to selftest.run, w...Jelmer Vernooij2012-03-111-0/+93
* selftest.run: Factor out exported_envvars_str.Jelmer Vernooij2012-03-051-0/+15
* selftest.run: Factor out expand_command_run.Jelmer Vernooij2012-03-051-0/+29
* selftest.run: Factor out expand_command_list.Jelmer Vernooij2012-03-051-1/+13
* selftest: Factor out expand_environment_strings.Jelmer Vernooij2012-03-051-0/+38