Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
},
"cSpell.words": [
"colours",
"compresslevel",
"plotly",
"qecore"
"qecore",
"rtype"
],
}
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
behave-html-pretty-formatter 1.16
=================================
Improve readability.
Using global status structure not local.
Fixing bug in filter when exception is encountered.
Fixing variable names.
Fix bug introduced with usage on Status.has_failed. Undefined has to be separated.


behave-html-pretty-formatter 1.15.1
===================================
Fix not embedding error message if step is Status.error.
Expand Down
Loading