summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin/subunitrun
Commit message (Expand)AuthorAgeFilesLines
* subunitrun: Update instructions for running subunit tests.Jelmer Vernooij2015-03-061-1/+1
* selftest: Add separate command line for listing tests, allowing us of subunit...Jelmer Vernooij2014-11-301-0/+2
* Move option handling into samba.tests.subunitrun.Jelmer Vernooij2014-11-221-8/+6
* Move option parsing to samba.tests.subunitrun.Jelmer Vernooij2014-11-221-1/+3
* subunitrun: Use new samba.tests.subunitrun module.Jelmer Vernooij2014-11-221-13/+3
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1/+1
* s4-python: Override SIGINT handler in scripts only.Jelmer Vernooij2012-09-251-0/+6
* Fix default value for subunitrun --list.Jelmer Vernooij2011-11-141-1/+1
* subunitrun: Don't load smb.conf when just listing tests.Jelmer Vernooij2011-11-141-4/+5
* subunitrun: Add notes about subunitrun being deprecated.Jelmer Vernooij2011-11-101-0/+12
* Revert "test: added -D option to subunitrun"Jelmer Vernooij2011-11-101-5/+0
* test: added -D option to subunitrunAndrew Tridgell2011-11-101-0/+5
* subunitrun: give more useful helpAndrew Tridgell2011-10-201-2/+25
* subunitrun: Use unittest.TestProgram if subunit.TestProgram is notJelmer Vernooij2010-12-101-11/+11
* s4-python: Add convenience function for forcibly importing bundledJelmer Vernooij2010-12-101-4/+2
* subunitrun: Extend hack to cope with older system subunit run installs.Jelmer Vernooij2010-12-101-0/+2
* subunitrun: Remove global subunit module when reimporting from aJelmer Vernooij2010-12-101-1/+6
* s4-python: Split up ensure_external_module.Jelmer Vernooij2010-12-101-2/+1
* subunitrun: Support --list.Jelmer Vernooij2010-12-101-3/+8
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-4/+1
* Remove unused version options for subunitrun.Jelmer Vernooij2010-06-131-1/+0
* subunitrun: Find testtools and subunit when they're not provided by theJelmer Vernooij2010-04-011-3/+5
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
* Import testtools as well, required for subunit.Jelmer Vernooij2010-01-161-2/+1
* Remove use of global_loadparm in last Python script.Jelmer Vernooij2008-10-241-2/+0
* Fix subunit files location after cherrypicks.Jelmer Vernooij2008-10-081-1/+1
* Move all subunit files to lib directory.Jelmer Vernooij2008-10-081-0/+1
* Revert "Add option for generating coverage data from python tests."Jelmer Vernooij2008-09-121-8/+0
* Add option for generating coverage data from python tests.Jelmer Vernooij2008-09-091-0/+8
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
* Set sys.path for running inside source tree.Jelmer Vernooij2008-05-111-1/+3
* Use system python rather than smbpython.Jelmer Vernooij2008-05-111-1/+3
* Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij2008-04-141-2/+1
* Allow command line options in the subunitrun script.Jelmer Vernooij2008-04-141-1/+21
* Fix subunit runner exit codes.Jelmer Vernooij2008-02-121-1/+2
* Correctly increment counters in Subunit test runner.Jelmer Vernooij2008-02-121-3/+1
* r26598: Simplify the way Python tests are run.Jelmer Vernooij2007-12-261-1/+2
* r26191: Import custom test runner for subunit, rather than using trial, which...Jelmer Vernooij2007-12-211-0/+25