Merge: nitunit: fix before and after methods
authorJean Privat <jean@pryen.org>
Mon, 6 Feb 2017 13:39:51 +0000 (08:39 -0500)
committerJean Privat <jean@pryen.org>
Mon, 6 Feb 2017 13:39:51 +0000 (08:39 -0500)
commit854153a04d3e5312be0e757b0585f1cbe1e48be8
tree1ea516abfb2075d62e62d1a72864285001f5d3e2
parent829d9bc1a8b9a92c7d6656bde48d608933a52f62
parenta42918256c206fd9b51cf483867e8e383f1eb0ba
Merge: nitunit: fix before and after methods

Before and after method were not actually called in the test suite process.

This PR enables the compilation and run of these methods.

The new behavior is: if the `before_module` test case fails, all the test cases and the `after_module` are skipped and marked as failed.

Pull-Request: #2359
Reviewed-by: Jean-Christophe Beaupré <jcbrinfo.public@gmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>