summaryrefslogtreecommitdiff
path: root/test/suite/test_util01.py
Commit message (Collapse)AuthorAgeFilesLines
* Python, whitespace cleanup.Keith Bostic2015-08-201-3/+3
|
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate ↵Michael Cahill2015-03-311-3/+1
| | | | c.set_key ... c.set_value ... c.insert code.
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
|
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
| | | | Move lang/java and lang/python into the public domain.
* Fix configuration parsing in test_util01Alex Gorrod2013-12-031-1/+4
|
* 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
| | | | where we've placed our content in the public domain.
* Remove braces from empty default config strings and update test_util01 toAlex Gorrod2012-08-081-1/+1
| | | | expect the updated formatting.
* Remove the rest of the <tab> characters in the static test suite,Keith Bostic2012-07-261-4/+2
| | | | Python says "no".
* All dump configuration should be valid for WT_SESSION->create.Michael Cahill2012-04-161-18/+19
| | | | closes #194.
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-5/+2
|
* 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-3/+3
| | | | copyright notices.
* Fix tests to match config string changes for dump/load.Michael Cahill2011-11-081-1/+1
|
* Changed all util tests that call 'wt' to use suite_subprocess.Don Anderson2011-10-281-9/+4
| | | | | | That eliminates duplicated code and makes the run.py -g option to work across all 'util' tests. refs #16
* Rearranged util tests, since some commands benefit by using scenarios.Don Anderson2011-10-271-63/+13
| | | | | | | | | | | test_util01 is 'wt dump' and cursor dump only. test_util02 now tests 'wt load' using four scenarios for key/value formats. test_util03 tests 'wt create' using for scenarios for key/value formats. test_util04 tests 'wt drop'. refs #16. --HG-- extra : rebase_source : b6f561231366ab4713facc421f774973b4abb264
* Added a test for loading a hex dump refs #16Don Anderson2011-10-261-14/+24
|
* Added test for 'wt load' as well as the dump cursor, and test hex dumps.Don Anderson2011-10-261-29/+121
| | | | | | | refs #16 --HG-- extra : rebase_source : 5e5143c66fb89d60614951647aa370535b75b09b
* Added a test for 'wt dump'. Fixed python interface so thatDon Anderson2011-10-221-0/+123
wiredtiger_version() returns all its int values. refs #16 --HG-- extra : rebase_source : 04afdc038a7201bb30cbc6bc384dcc3300533f46