summaryrefslogtreecommitdiff
path: root/tests/test_offline_environment.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-09-09 12:24:43 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-09-09 12:24:43 -0400
commit10d3556a5501563a4110733ecc9d9ba8eb172a99 (patch)
tree0646aa84d3f89c2f9cf59ba298e06d5c1f312ee1 /tests/test_offline_environment.py
parenteffe3d89238923c5913449879adb1c685eb17c60 (diff)
downloadalembic-10d3556a5501563a4110733ecc9d9ba8eb172a99.tar.gz
- do an autopep8 pass for just about everything other
than line length
Diffstat (limited to 'tests/test_offline_environment.py')
-rw-r--r--tests/test_offline_environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_offline_environment.py b/tests/test_offline_environment.py
index 7026e8c..9623bcc 100644
--- a/tests/test_offline_environment.py
+++ b/tests/test_offline_environment.py
@@ -9,6 +9,7 @@ from . import clear_staging_env, staging_env, \
class OfflineEnvironmentTest(TestCase):
+
def setUp(self):
env = staging_env()
self.cfg = _no_sql_testing_config()
@@ -33,7 +34,6 @@ assert context.requires_connection()
command.upgrade(self.cfg, a)
command.downgrade(self.cfg, a)
-
def test_starting_rev_post_context(self):
env_file_fixture("""
context.configure(dialect_name='sqlite', starting_rev='x')