summaryrefslogtreecommitdiff
path: root/test/suite/run.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2720 Change the return codes in run.py to error on failures (#2817)David Hows2016-06-211-9/+9
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Python, whitespace cleanup.Keith Bostic2015-08-201-1/+1
* Added clarifying comments.Don Anderson2015-01-201-0/+2
* Put the local build directories to the front of the sys path.Don Anderson2015-01-171-2/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Changed python test suite to allow for shorter runs by default,Don Anderson2014-12-111-8/+12
* Prepend third party libraries we supply to the front of the os.path list.Don Anderson2014-12-091-1/+1
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-161-0/+2
* Reorder Python test suite build directory test.Alex Gorrod2014-06-121-6/+3
* Fix Python test runner so it can deal with builds in different locations.Alex Gorrod2014-06-121-1/+17
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Update test/3rdparty with the packages required to run the test suite in para...Michael Cahill2013-12-201-5/+9
* Add '--parallel N' option to run.py. Using '--parallel' requiresDon Anderson2013-12-191-1/+9
* Add --dir option to run.py to allow WT_TEST directory to be changed.Don Anderson2013-12-181-1/+11
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Remove most uses of <tabs>, move toward consistent 4-space indentation style.Keith Bostic2012-07-251-4/+4
* bound verbose value between 0 and 3.Keith Bostic2012-07-091-0/+4
* Standardize python spacing.Don Anderson2012-03-091-2/+2
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-6/+3
* Added complete release directories for discover, testscenarios,Don Anderson2012-02-011-1/+4
* Free up the test suite, developers may want to copy chunks of it.Keith Bostic2012-02-011-2/+22
* Add the test suit to the copyright check script, update test suiteKeith Bostic2012-02-011-2/+2
* Removed an extra debugger break that occurs when --debug is specified.Don Anderson2012-01-191-4/+0
* Python test config files: added '-C file' and '-c file' options to run.pyDon Anderson2012-01-131-6/+127
* Fixed an ordering problem - all global variables used for testing mustDon Anderson2012-01-041-3/+5
* Clean up arg parsing, and fix error when there is no test pattern specified -Don Anderson2012-01-031-13/+18
* run.py now has -v/--verbose option for setting the unittest verbosity. refs #16Don Anderson2012-01-031-14/+29
* Sort tests after discovery: this is more intuitive (at least to me), and shou...Michael Cahill2011-11-071-2/+4
* Whitespace pass through test/suite/run.py (expand tabs, no real change).Michael Cahill2011-11-071-62/+61
* Added a usage message for run.pyDon Anderson2011-10-281-0/+18
* Added tests for verify:Don Anderson2011-10-281-2/+5
* Added a '-debug' option to test suite. refs #16Don Anderson2011-10-191-1/+7
* Fix up tests to match the new build structure.Michael Cahill2011-09-021-36/+29
* Make the timestamp after "WT_TEST" optional when running tests (default off).Michael Cahill2011-09-021-2/+5
* Add libtool to the build.Michael Cahill2011-08-261-1/+1
* Added wtscenario class to generate scenarios (currently only with page sizes).Don Anderson2011-08-241-1/+1
* Moved some utility code from test/suite to test/suiteutil so their tests woul...Don Anderson2011-08-241-3/+5
* Added testscenarios package, and its dependency testtools.Don Anderson2011-08-231-14/+32
* Added compression infrastructure, example compressors and tests.Don Anderson2011-08-101-0/+9
* Allow a unit test class to be specified by class or file name.Michael Cahill2011-07-161-0/+8
* If tests fail, exit with an error so that scripts know there was a failure.Michael Cahill2011-07-151-1/+2
* Add unit test discovery, so "run.py" runs all tests by default.Michael Cahill2011-07-151-0/+52