Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | this isnt used | Mike Bayer | 2012-09-29 | 1 | -58/+0 |
| | |||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -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 Bayer | 2011-03-27 | 1 | -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.lib | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | tidy test/base, test/ex, test/ext | Mike Bayer | 2010-07-11 | 1 | -13/+20 |
| | |||||
* | python3k fixes | Mike Bayer | 2009-08-09 | 1 | -1/+1 |
| | |||||
* | disabled examples test pending necesary repairs | Mike Bayer | 2009-08-06 | 1 | -3/+8 |
| | |||||
* | Corrected examples tests. I was running from ./test instead of root. | Michael Trier | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Added in Examples into the test suite so they get exercised regularly. ↵ | Michael Trier | 2009-07-27 | 1 | -0/+46 |
Cleaned up some deprecation warnings in the examples. |