Commit 1bd6216
authored
Bumps [lib/Catch2](https://github.com/catchorg/Catch2) from `797c3e7` to `9934b7d`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@797c3e7...9934b7d)
---
updated-dependencies:
- dependency-name: lib/Catch2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf06360 commit 1bd6216
1 file changed
+1
-1
lines changed- .bazelrc+4
- BUILD.bazel+25-11
- CMake/CatchConfigOptions.cmake+1
- WORKSPACE+7-4
- docs/command-line.md+37-12
- docs/configuration.md+7
- docs/release-notes.md+5
- docs/reporters.md+26-1
- src/CMakeLists.txt+2
- src/catch2/catch_all.hpp+1
- src/catch2/catch_config.cpp+29-37
- src/catch2/catch_config.hpp+5-16
- src/catch2/catch_session.cpp+21-8
- src/catch2/catch_test_case_info.hpp+1-1
- src/catch2/catch_test_spec.hpp+1-1
- src/catch2/catch_user_config.hpp.in+1
- src/catch2/generators/catch_generators.hpp+2-1
- src/catch2/interfaces/catch_interfaces_capture.hpp+4-4
- src/catch2/interfaces/catch_interfaces_config.hpp+3-3
- src/catch2/interfaces/catch_interfaces_enum_values_registry.hpp+2-1
- src/catch2/interfaces/catch_interfaces_exception.hpp+5-4
- src/catch2/interfaces/catch_interfaces_generatortracker.hpp+2-1
- src/catch2/interfaces/catch_interfaces_registry_hub.hpp+12-10
- src/catch2/interfaces/catch_interfaces_reporter.cpp+16-2
- src/catch2/interfaces/catch_interfaces_reporter.hpp+12-3
- src/catch2/interfaces/catch_interfaces_reporter_factory.hpp+6-5
- src/catch2/interfaces/catch_interfaces_reporter_registry.hpp+6-5
- src/catch2/interfaces/catch_interfaces_tag_alias_registry.hpp+2-1
- src/catch2/interfaces/catch_interfaces_testcase.hpp+5-3
- src/catch2/internal/catch_assertion_handler.hpp+1-1
- src/catch2/internal/catch_commandline.cpp+38-73
- src/catch2/internal/catch_console_colour.hpp+1-1
- src/catch2/internal/catch_context.hpp+6-6
- src/catch2/internal/catch_decomposer.hpp+5-3
- src/catch2/internal/catch_lazy_expr.hpp+1-1
- src/catch2/internal/catch_optional.hpp+2
- src/catch2/internal/catch_reporter_registry.cpp+1-1
- src/catch2/internal/catch_reporter_registry.hpp+1-1
- src/catch2/internal/catch_reporter_spec_parser.cpp+174
- src/catch2/internal/catch_reporter_spec_parser.hpp+85
- src/catch2/internal/catch_run_context.cpp+1-1
- src/catch2/internal/catch_run_context.hpp+5-5
- src/catch2/internal/catch_stream.hpp+11
- src/catch2/internal/catch_string_manip.hpp+6-5
- src/catch2/internal/catch_test_case_registry_impl.hpp+1-1
- src/catch2/internal/catch_test_spec_parser.hpp+1-1
- src/catch2/internal/catch_xmlwriter.hpp+2-2
- src/catch2/matchers/catch_matchers.hpp+12-13
- src/catch2/matchers/catch_matchers_floating_point.hpp+10-5
- src/catch2/matchers/catch_matchers_string.cpp+5-5
- src/catch2/matchers/catch_matchers_string.hpp+21-14
- src/catch2/matchers/catch_matchers_templated.hpp+20-8
- src/catch2/matchers/catch_matchers_vector.hpp+17-16
- src/catch2/matchers/internal/catch_matchers_impl.hpp+1-1
- src/catch2/reporters/catch_reporter_automake.hpp+3-5
- src/catch2/reporters/catch_reporter_common_base.cpp+3-1
- src/catch2/reporters/catch_reporter_common_base.hpp+6
- src/catch2/reporters/catch_reporter_compact.hpp+2-2
- src/catch2/reporters/catch_reporter_console.hpp+3-3
- src/catch2/reporters/catch_reporter_cumulative_base.hpp+1-2
- src/catch2/reporters/catch_reporter_helpers.hpp+1-1
- src/catch2/reporters/catch_reporter_multi.cpp+2-2
- src/catch2/reporters/catch_reporter_multi.hpp+4-6
- src/catch2/reporters/catch_reporter_registrars.hpp+3-3
- src/catch2/reporters/catch_reporter_sonarqube.hpp+2-2
- src/catch2/reporters/catch_reporter_streaming_base.hpp+1-4
- src/catch2/reporters/catch_reporter_tap.hpp+2-2
- src/catch2/reporters/catch_reporter_teamcity.hpp+2-2
- tests/CMakeLists.txt+40-21
- tests/ExtraTests/CMakeLists.txt+27-5
- tests/ExtraTests/X29-CustomArgumentsForReporters.cpp+59
- tests/ExtraTests/X30-BazelReporter.cpp+17
- tests/SelfTest/Baselines/compact.sw.approved.txt+16-34
- tests/SelfTest/Baselines/compact.sw.multi.approved.txt+16-34
- tests/SelfTest/Baselines/console.std.approved.txt+1-1
- tests/SelfTest/Baselines/console.sw.approved.txt+25-61
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+25-61
- tests/SelfTest/Baselines/junit.sw.approved.txt+1-2
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+1-2
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt-1
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt-1
- tests/SelfTest/Baselines/tap.sw.approved.txt+17-21
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+17-21
- tests/SelfTest/Baselines/xml.sw.approved.txt+25-63
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+25-63
- tests/SelfTest/IntrospectiveTests/CmdLine.tests.cpp+29-26
- tests/SelfTest/IntrospectiveTests/CmdLineHelpers.tests.cpp+111
- tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp+7-4
- tests/TestScripts/testBazelReporter.py+104
- tools/scripts/approvalTests.py+1-1
0 commit comments