Skip to content

rest_views/Test: add vet and suppress endpoint

Piotr Kira requested to merge test_vet_api into master

At current stats it's not possible to vet or supress tests via API. User can do that only through logging and then navigating to url /test/pk/(vet|suppress). Also with new API endpoint it will be easy to generate/expand schema documentation.

Merge request reports