Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | combine test/engine/test_metadata.py and test/sql/test_columns.py into new | Mike Bayer | 2010-11-28 | 1 | -95/+0 |
| | | | | test/sql/test_metadata.py, [ticket:1970] | ||||
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
| | |||||
* | - "out" parameters require a type that is supported by | Mike Bayer | 2010-02-23 | 1 | -3/+40 |
| | | | | | | | | cx_oracle. An error will be raised if no cx_oracle type can be found. - Column() requires a type if it has no foreign keys (this is not new). An error is now raised if a Column() has no type and no foreign keys. [ticket:1705] | ||||
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+58 |
See README.unittests for information on how to run the tests. [ticket:970] |