summaryrefslogtreecommitdiff
path: root/test/engine/metadata.py
Commit message (Collapse)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-164/+0
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* - Repaired the table.tometadata() method so that a passed-inMike Bayer2008-11-071-1/+26
| | | | schema argument is propigated to ForeignKey constructs.
* Refactored the mock_engine in the tests so it's not duplicated in several ↵Michael Trier2008-07-081-13/+3
| | | | places. Closes #1098
* Added prefixes option to that accepts a list of string to insert after ↵Michael Trier2008-07-051-1/+30
| | | | CREATE in the CREATE TABLE statement. Closes #1075.
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-1/+1
| | | | | | | | | | | - @unsupported now only accepts a single target and demands a reason for not running the test. - @exclude also demands an exclusion reason - Greatly expanded @testing.requires.<feature>, eliminating many decorators in the suite and signficantly easing integration of multi-driver support. - New ORM test base class, and a featureful base for mapped tests - Usage of 'global' for shared setup going away, * imports as well
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-5/+8
| | | | 0.4 development continues at /sqlalchemy/branches/rel_0_4
* - Don't create implicit DDL column defaultsJason Kirtland2008-03-111-1/+1
|
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
| | | | | tests extend from either TestBase or ORMTest, using additional mixins for special assertion methods as needed
* - Table columns and constraints can be overridden on aMike Bayer2008-02-101-3/+82
| | | | | | | | an existing table (such as a table that was already reflected) using the 'useexisting=True' flag, which now takes into account the arguments passed along with it. - fixed one element of [ticket:910] - refactored reflection test
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-5/+5
| | | | | | - Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase - testing.db has the configured db - Fixed up the perf/* scripts
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
| | | | omitting modules from sqlalchemy.__all__...
* add a test for dupe tables in MetaDataMike Bayer2007-08-171-1/+20
|
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-0/+18
maintenance branch in branches/rel_0_3.