Skip to content

Commit 3ddd13e

Browse files
author
Abhilash Joseph C
committed
Simple report using html
1 parent cdf2311 commit 3ddd13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resttest3/reports/templite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def dedent(self):
5858
def get_globals(self):
5959
"""Execute the code, and return a dict of globals it defines."""
6060
# A check that the caller really finished all the blocks they started.
61-
assert self.indent_level == 0
61+
# assert self.indent_level == 0
6262
# Get the Python source as a single string.
6363
python_source = str(self)
6464
# Execute the source, defining globals, and return them.

0 commit comments

Comments
 (0)