Printing the test suite name on test case failure - fixes #65
diff --git a/examples/all_features/test_output/stringification.cpp.txt b/examples/all_features/test_output/stringification.cpp.txt
index 058fc0f..4a8fb04 100644
--- a/examples/all_features/test_output/stringification.cpp.txt
+++ b/examples/all_features/test_output/stringification.cpp.txt
@@ -1,7 +1,7 @@
[doctest] run with "--help" for options
-== TEST CASE ==================================================================
+===============================================================================
stringification.cpp(0)
-all asserts should fail and show how the objects get stringified
+TEST CASE: all asserts should fail and show how the objects get stringified
stringification.cpp(0) ERROR!
CHECK( f1 == f2 )
@@ -27,9 +27,9 @@
threw exception:
MyTypeInherited<int>(5, 4.0f)
-== TEST CASE ==================================================================
+===============================================================================
stringification.cpp(0)
-a test case that registers an exception translator for int and then throws one
+TEST CASE: a test case that registers an exception translator for int and then throws one
TEST CASE FAILED!
threw exception: