From: Hajime Nakagami Date: Sat, 2 Mar 2013 06:30:43 +0000 (+0900) Subject: fix decorator position X-Git-Tag: rel_0_8_0~8^2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e3560e4d3b505fb557a5b8c4f48f4cf52ca4f0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix decorator position --- diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py index 3922ec7e05..5558ff778f 100644 --- a/test/engine/test_transaction.py +++ b/test/engine/test_transaction.py @@ -28,8 +28,8 @@ class TransactionTest(fixtures.TestBase): def teardown(self): testing.db.execute(users.delete()).close() - @testing.crashes('mysql+cymysql', 'deadlock') @classmethod + @testing.crashes('mysql+cymysql', 'deadlock') def teardown_class(cls): users.drop(testing.db)