From 69c7c2bf0b387df7b4e68bb8bccb331688df2beb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 26 Jan 2012 15:43:57 -0500 Subject: turn alembic.op and alembic.context into real proxy modules, with an accurate system of reflecting the Operations and EnvironmentContext methods into them. --- tests/test_op.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_op.py') diff --git a/tests/test_op.py b/tests/test_op.py index c85869a..8af4711 100644 --- a/tests/test_op.py +++ b/tests/test_op.py @@ -7,6 +7,7 @@ from sqlalchemy import Integer, Column, ForeignKey, \ Boolean from sqlalchemy.sql import table, column, func + def test_rename_table(): context = op_fixture() op.rename_table('t1', 't2') -- cgit v1.2.1