Opened 11 years ago
Closed 11 years ago
#5586 closed Feature Requests (worksforme)
Boost Test improvements
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Some things to improve:
- Add colorful output like in GoogleTest.
- Print test timings.
- Add option to stop test if it takes too much time to run.
- Add option to throw exception if some check fails.
- Add option to start debugger if some check fails.
Thanx.
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
All of this is already supported but Boost.Test
- --color_output
- See log output
- timeout for the test case
- BOOST_REQUIRE_...
- --auto_start_dbg
Note:
See TracTickets
for help on using tickets.
Also please add option to run test many times.