Index of the storable module
- 
    m
    
      testtools.fixtures.storable
    
    ...
    
      - Storable Fixture objects.
  
    - 
    C
    
      SOFixture
    
    ...
    
      - Fixture storable by an SQLObject.
  
    - f find_so_class ... - searches meta.env for an SQLObject named by meta.finder.
- f __init__ ...
 
- C CsvFixture ... - Fixture storable as a CSV file.
- f find_so_from_table ... - finder method for SOFixture that transforms your fixture class as if it were a table name.
- f find_so_from_data ... - finder method for SOFixture that transforms SomeFixtureData into the name SomeFixture.
- f find_so_from_fixture ... - finder method for SOFixture that passes through your fixture name (no transformation).
 
- 
    C
    
      SOFixture
    
    ...
    
      - Fixture storable by an SQLObject.