Introduction ============ nose2-testsuite is a highly opinionated nose2 plugin that aims to assist you to write a better test suite. Overview -------- Writing a good and extensive test suite is not easy. nose2-testsuite aims to help you write the test suite you always wanted but never had by providing tools that assist you to: * Properly write tests for your application. * Understand what kind of test you are writing. * Understand why a test or a group of tests has failed. * Detect test and test coverage regressions and fix them. Features -------- TBD