The fastest feature-rich C++11/14/17/20 single-header testing framework
testing
c-plus-plus
unit-testing
tdd
cpp
doctest
cpp14
cpp11
header-only
cpp17
single-file
testing-framework
cpp20
-
Updated
Jan 13, 2022 - C++
Describe the feature you'd like
Some interpreters have autocompletion and other handy tools that are activated when the user writes a TAB.
This makes sense for a real user interacting with the interpreter but if the user is writing an example in
byexamplehe/she may write a TAB without notice and 99% he/she probably doesn't want an autocomplete happening during the execution of the examp