Add example

This commit is contained in:
Long
2019-12-11 15:19:57 +08:00
parent 8082e73882
commit 0a397897d8
20 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
from utils.validators.validators_of_area import *
from utils.validators.validators_of_common import *
from utils.setup_hooks import *
from utils.teardown_hooks import *
__all__ = [
klook_len_eq,
check_search_area_result,
exists_default_group,
teardown_hook_set_encoding
]