~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to tests/database.py

  • Committer: Gustavo Niemeyer
  • Date: 2006-05-25 20:05:42 UTC
  • Revision ID: gustavo@niemeyer.net-20060525200541-c171f5100ab0a30f
- Implemented MySQL database support! Store tests all pass!
- Splitted out the store tests into per-database files.
- Implemented DateTime, Date, and Time kinds, and support for
  all backends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
    def test_to_kind(self):
164
164
        obj1, obj2 = object(), object()
165
165
        self.assertEquals(self.result.to_kind(obj1, obj2), obj1)
166