summaryrefslogtreecommitdiff
path: root/tests/test_op.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_op.py')
-rw-r--r--tests/test_op.py1
1 files changed, 1 insertions, 0 deletions
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')