Fix testcases.py formatting

Signed-off-by: Alexey Rokhin <arokhin@mail.ru>
This commit is contained in:
Alexey Rokhin 2017-05-17 15:21:35 +03:00 committed by Joffrey F
parent 2d4fc2cd51
commit e621117ab2
1 changed files with 2 additions and 0 deletions

View File

@ -70,9 +70,11 @@ def v2_only():
def v2_1_only():
return build_version_required_decorator((V1, V2_0))
def v2_2_only():
return build_version_required_decorator((V1, V2_0, V2_1))
def v3_only():
return build_version_required_decorator((V1, V2_0, V2_1, V2_2))