Add support for skipping a default set of tests

Tests to be excluded by default should be tagged
as 'exclude'.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-04 16:48:11 -04:00
parent 3afb74224d
commit 8896f58d6f
5 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
Version 3.1.10
==============
Released: April XX, 2019
Released: April 04, 2019
Changes
@@ -100,7 +100,8 @@ Other changes
* Add missing document index API view create permission.
* Fix index list API view. Add index create, delete, detail API tests.
* Add support for skipping a default set of tests. Tests to be excluded
by default should be tagged as 'exclude'.
Removals
--------