summaryrefslogtreecommitdiff
path: root/examples/all_features
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2017-05-05 11:51:10 +0300
committeronqtam <vik.kirilov@gmail.com>2017-05-16 00:22:23 +0300
commit6c7369e19c033c8707cb55c11be848754b47e506 (patch)
tree01e04d5cca192ecef8d7392d2b6051e263e9f8c0 /examples/all_features
parentedeff2888d6dc1df09c19884b336f54279d00124 (diff)
first steps towards decorators for test cases - relates #67
Diffstat (limited to 'examples/all_features')
-rw-r--r--examples/all_features/test_output/count.txt2
-rw-r--r--examples/all_features/test_output/help.txt1
-rw-r--r--examples/all_features/test_output/list_test_cases.txt2
-rw-r--r--examples/all_features/test_output/list_test_suites.txt4
4 files changed, 5 insertions, 4 deletions
diff --git a/examples/all_features/test_output/count.txt b/examples/all_features/test_output/count.txt
index 99269c5..50bcc35 100644
--- a/examples/all_features/test_output/count.txt
+++ b/examples/all_features/test_output/count.txt
@@ -1,3 +1,3 @@
[doctest] run with "--help" for options
===============================================================================
-[doctest] number of test cases passing the current filters: 4
+[doctest] unskipped test cases passing the current filters: 4
diff --git a/examples/all_features/test_output/help.txt b/examples/all_features/test_output/help.txt
index 05600fa..c8ac6ca 100644
--- a/examples/all_features/test_output/help.txt
+++ b/examples/all_features/test_output/help.txt
@@ -47,6 +47,7 @@
-nc, --no-colors=<bool> disables colors in output
-fc, --force-colors=<bool> use colors even when not in a tty
-nb, --no-breaks=<bool> disables breakpoints in debuggers
+ -ns, --no-skip=<bool> don't skip test cases marked as skip
-npf, --no-path-filenames=<bool> only filenames and no paths in output
-nln, --no-line-numbers=<bool> 0 instead of real line numbers in output
diff --git a/examples/all_features/test_output/list_test_cases.txt b/examples/all_features/test_output/list_test_cases.txt
index d851589..e321ac9 100644
--- a/examples/all_features/test_output/list_test_cases.txt
+++ b/examples/all_features/test_output/list_test_cases.txt
@@ -6,4 +6,4 @@ will end from a std::string exception
will end from a const char* exception
will end from an unknown exception
===============================================================================
-[doctest] number of test cases passing the current filters: 4
+[doctest] unskipped test cases passing the current filters: 4
diff --git a/examples/all_features/test_output/list_test_suites.txt b/examples/all_features/test_output/list_test_suites.txt
index cbe0043..bdedf13 100644
--- a/examples/all_features/test_output/list_test_suites.txt
+++ b/examples/all_features/test_output/list_test_suites.txt
@@ -3,5 +3,5 @@
===============================================================================
exception related
===============================================================================
-[doctest] number of test cases passing the current filters: 4
-[doctest] number of test suites with test cases passing the current filters: 1
+[doctest] unskipped test cases passing the current filters: 4
+[doctest] test suites with unskipped test cases passing the current filters: 1