Implement test case prefix to filter test cases (#40174)

* Implement test case prefix to filter test cases

* Cut line to not exceed 160 chars

* Replace tabs with spaces

* Add version_added field

* Include changelog file
This commit is contained in:
sdirbach
2018-12-03 19:41:44 +01:00
committed by John R Barker
parent 8d01e26d18
commit e2f85b3f6c
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- junit callback plug-in - introduce a new option to consider a task only as test case if it has this value as prefix.