summaryrefslogtreecommitdiff
path: root/test/ex/test_examples.py
Commit message (Collapse)AuthorAgeFilesLines
* this isnt usedMike Bayer2012-09-291-58/+0
|
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-1/+1
| | | | | | | become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries.
* - remove test.sql._base, test.engine._base, test.orm._base, move those ↵Mike Bayer2011-03-271-1/+1
| | | | | | | classes to a new test.lib.fixtures module - move testing.TestBase to test.lib.fixtures - massive search and replace
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-1/+1
|
* tidy test/base, test/ex, test/extMike Bayer2010-07-111-13/+20
|
* python3k fixesMike Bayer2009-08-091-1/+1
|
* disabled examples test pending necesary repairsMike Bayer2009-08-061-3/+8
|
* Corrected examples tests. I was running from ./test instead of root.Michael Trier2009-07-281-1/+1
|
* Added in Examples into the test suite so they get exercised regularly. ↵Michael Trier2009-07-271-0/+46
Cleaned up some deprecation warnings in the examples.