Page MenuHomePhabricator

[qa] Add extended decorator to signal which tests are long running
AbandonedPublic

Authored by schancel on Nov 30 2018, 03:27.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Summary

This commit adds a decorator that can be added to test classes in order
to single to the test runner not to execute them unless the extended flag has been
specified.

Depends on D2156

Test Plan
./test/functional/test_runner.py && ./test/functional/test_runner.py --extended

Diff Detail