From 77e493355a4ed8eee3edd2f3583866ef0280861d Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 7 Feb 2019 10:38:34 +1100 Subject: [PATCH] Added a note about setup and teardown hooks for skipped tests --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c23dcd7..855a30ad 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,8 @@ Or you can skip conditionally: } ``` +`setup` and `teardown` hooks still run for skipped tests. + ### `setup` and `teardown`: Pre- and post-test hooks You can define special `setup` and `teardown` functions, which run before and