cidlik
Results
2
issues of
cidlik
# Motivation In #721 expander for logs was added. Is some cases it is more convenient to expand all logs by default, e.g., if you have several tests with long...
**Description** The usage of `StepFormatter` could provide errors: self = record = def format(self, record): old_msg = record.msg try: if self.indent: if hasattr(record, "indent_level"): self.indent_level = record.indent_level > record.msg =...