You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
+
# 2.2.2 (UNRELEASED)
2
+
3
+
- New `cpp_harness_collect` configuration option allows users to add prefix arguments to run C++ test executables, allowing to use additional tools like `wine` of `qemu` for a test runners in cross-platform development.
4
+
1
5
# 2.2.1 (2022-09-23)
2
6
3
7
- Fixed a problem while handling errors using``--gtest_filter``. The recommendation is to use pytest's own
4
8
filtering facilities (like `-k`) instead of passing filtering arguments to the underlying framework
0 commit comments