Mike Bayer
f2b43da1a8
tidy test/base, test/ex, test/ext
2010-07-11 13:41:38 -04:00
Mike Bayer
c6bceb7775
- converted all lazy=True|False|None to 'select'|'joined'|'noload'
...
- converted all eager to joined in examples
- fixed beaker/advanced.py to reference RelationshipCache
2010-03-24 19:19:03 -04:00
Mike Bayer
065fcbd9d2
- The official name for the relation() function is now
...
relationship(), to eliminate confusion over the relational
algebra term. relation() however will remain available
in equal capacity for the foreseeable future. [ticket:1740]
2010-03-17 17:48:29 -04:00
Mike Bayer
45cec095b4
- unit tests have been migrated from unittest to nose.
...
See README.unittests for information on how to run
the tests. [ticket:970]
2009-06-10 21:18:24 +00:00