summaryrefslogtreecommitdiffstats
path: root/tests/features/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/environment.py')
-rw-r--r--tests/features/environment.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/features/environment.py b/tests/features/environment.py
index cab88b7d..5fa8b299 100644
--- a/tests/features/environment.py
+++ b/tests/features/environment.py
@@ -169,7 +169,7 @@ def after_scenario(context, _):
context.tmpfile_sql_help = None
-# TODO: uncomment to debug a failure
+# # TODO: uncomment to debug a failure
# def after_step(context, step):
# if step.status == "failed":
-# import ipdb; ipdb.set_trace()
+# import pdb; pdb.set_trace()