doctest

FORK: The fastest feature-rich C++11/14/17/20 single-header testing framework
git clone https://git.neptards.moe/neptards/doctest.git
Log | Files | Refs | README

minimal_no_fail.txt (253B)


      1 ===============================================================================
      2 no_failures.cpp(0):
      3 TEST SUITE: some suite
      4 TEST CASE:  fails - and its allowed
      5 
      6 no_failures.cpp(0): FATAL ERROR: 
      7 
      8 Allowed to fail so marking it as not failed
      9 Program code.