~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to test/orm/test_session.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2012-06-17 23:25:01 UTC
  • mfrom: (1.4.21)
  • Revision ID: package-import@ubuntu.com-20120617232501-1ey18snu5pv5ivfv
Tags: 0.7.8-1
* New upstream release
* Add hardening flags (via /usr/share/dpkg/buildflags.mk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1226
1226
                      Integer, primary_key=True,
1227
1227
                      test_needs_autoincrement=True)))
1228
1228
 
1229
 
    @testing.uses_deprecated()
1230
1229
    def _test_instance_guards(self, user_arg):
1231
1230
        watchdog = set()
1232
1231