Skip to content

Commit

Permalink
feat: Use a proper tap parser to parse test results
Browse files Browse the repository at this point in the history
qttest-utils no longer uses regexp.
This fixes Q_EXPECT_FAILURE.

Bumping minor version since it's a big change under the hood.
  • Loading branch information
iamsergio committed Jun 17, 2024
1 parent baea13c commit 48d75c6
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 12 deletions.
93 changes: 82 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.4.4"
},
"dependencies": {
"@iamsergio/qttest-utils": "2.2.2",
"@iamsergio/qttest-utils": "2.3.0",
"@types/node": "18.x",
"@types/vscode": "^1.75.0",
"vscode-cmake-tools": "^1.0.0"
Expand Down

0 comments on commit 48d75c6

Please sign in to comment.