| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 1 | -1/+1 |
| | | |||||
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -21/+21 |
| | | | | | - apply autopep8 + manual fixes to most of test/sql/ | ||||
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large ↵ | Mike Bayer | 2014-03-24 | 1 | -0/+1 |
| | | | | | | | number of tests. - move out logging tests from test_execute to test_logging | ||||
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -3/+3 |
| | | | | | - 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 | -1/+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 | -2/+2 |
| | | |||||
| * | - 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 | ||||
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| | | |||||
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
| | | |||||
| * | fix metadata import | Mike Bayer | 2010-04-21 | 1 | -2/+1 |
| | | |||||
| * | some more metadata cleanup since --dropall isnt specified on the buildbot | Mike Bayer | 2010-04-16 | 1 | -3/+3 |
| | | |||||
| * | - the execution sequence pulls all rowcount/last inserted ID | Mike Bayer | 2010-02-28 | 1 | -6/+3 |
| | | | | | | | | | info from the cursor before commit() is called on the DBAPI connection in an "autocommit" scenario. This helps mxodbc with rowcount and is probably a good idea overall. - cx_oracle wants list(), not tuple(), for empty execute. - cleaned up plain SQL param handling | ||||
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -1/+6 |
| | | |||||
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+70 |
| See README.unittests for information on how to run the tests. [ticket:970] | |||||
