~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to test/orm/inheritance/test_abc_inheritance.py

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-03-27 14:22:50 UTC
  • mfrom: (16.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110327142250-aip46dv6a3r2jwvs
Tags: 0.6.6-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    """produce a testcase for A->B->C inheritance with a self-referential
12
12
    relationship between two of the classes, using either one-to-many or
13
13
    many-to-one.
14
 
    
 
14
 
15
15
    the old "no discriminator column" pattern is used.
16
 
    
 
16
 
17
17
    """
18
18
    class ABCTest(_base.MappedTest):
19
19
        @classmethod