Optimize ipdb Mode

This commit is contained in:
Michael Mintz 2022-11-17 13:42:06 -05:00
parent d99773fcd4
commit ad7569ba3b
3 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,9 @@
exclude=recordings,temp
ignore=W503
[ipdb]
context=5
[nosetests]
# nocapture=1 (Display print statements from output)
# (Undo this by using: "--nologcapture")

View File

@ -165,6 +165,9 @@ def main():
data.append("[flake8]")
data.append("exclude=recordings,temp")
data.append("")
data.append("[ipdb]")
data.append("context=5")
data.append("")
data.append("[nosetests]")
data.append("nocapture=1")
data.append("logging-level=INFO")

View File

@ -3,6 +3,9 @@
exclude=recordings,temp
ignore=W503
[ipdb]
context=5
[nosetests]
# nocapture=1 (Display print statements from output)
# (Undo this by using: "--nologcapture")