summaryrefslogtreecommitdiff
path: root/tests/test_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_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_environment.py')
-rw-r--r--tests/test_environment.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_environment.py b/tests/test_environment.py
index cc5ccb8..ad47cf9 100644
--- a/tests/test_environment.py
+++ b/tests/test_environment.py
@@ -8,7 +8,9 @@ from . import Mock, call, _no_sql_testing_config, staging_env, clear_staging_env
from . import eq_, is_
+
class EnvironmentTest(unittest.TestCase):
+
def setUp(self):
staging_env()
self.cfg = _no_sql_testing_config()