| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - fix unit test affected by #3075 | Mike Bayer | 2014-07-29 | 1 | -5/+8 |
| | | |||||
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -6/+5 |
| | | |||||
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+16 |
| | | | | | - went through examples/ and cleaned out excess list() calls | ||||
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -11/+11 |
| | | |||||
| * | who knew we already had a test for that | Mike Bayer | 2011-08-22 | 1 | -12/+19 |
| | | |||||
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those ↵ | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
| | | | | | | | | classes to a new test.lib.fixtures module - move testing.TestBase to test.lib.fixtures - massive search and replace | ||||
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -16/+15 |
| | | | | | | | | | call are now wrapped in sqlalchemy.exc.StatementError, and the text of the SQL statement and repr() of params is included. This makes it easier to identify statement executions which fail before the DBAPI becomes involved. [ticket:2015] | ||||
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
| | | |||||
| * | restore py2k directive that got whacked by python tidy | Mike Bayer | 2010-07-13 | 1 | -3/+3 |
| | | |||||
| * | tidy test/base, test/ex, test/ext | Mike Bayer | 2010-07-11 | 1 | -45/+77 |
| | | |||||
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -6/+10 |
| | | |||||
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+119 |
| See README.unittests for information on how to run the tests. [ticket:970] | |||||
