[Sugar-devel] [PATCH sugar-datastore 0/2] Add test suite

Sascha Silbe sascha-pgp at silbe.org
Wed Jan 19 15:38:29 EST 2011


I've finally fixed the style issues, so it's ready for a round of review.
It has detected several data store bugs in the past, both in mainline and
in my version support branch.

Sascha Silbe (2):
  find(): fix sort order in ambiguous cases
  add (minimal) test suite (SL#1438)

 Makefile.am                   |    6 +-
 src/carquinyol/indexstore.py  |    3 +
 tests/.gitignore              |    1 +
 tests/Makefile                |   20 +++
 tests/__init__.py             |    1 +
 tests/basic_api_v2.txt        |  135 +++++++++++++++
 tests/runalltests.py          |  360 +++++++++++++++++++++++++++++++++++++++++
 tests/test_massops.py         |  175 ++++++++++++++++++++
 tests/test_migration_v1_v2.py |  170 +++++++++++++++++++
 9 files changed, 866 insertions(+), 5 deletions(-)
 create mode 100644 tests/.gitignore
 create mode 100644 tests/Makefile
 create mode 100644 tests/__init__.py
 create mode 100644 tests/basic_api_v2.txt
 create mode 100755 tests/runalltests.py
 create mode 100644 tests/test_massops.py
 create mode 100644 tests/test_migration_v1_v2.py

--
1.7.2.3



More information about the Sugar-devel mailing list