/opt/alt/python38/lib/python3.8/site-packages/cerberus/tests
NameSizeModeActions
__pycache__/-0755rm
conftest.py25170644editdlrm
test_assorted.py31690644editdlrm
test_customization.py33830644editdlrm
test_errors.py118620644editdlrm
test_legacy.py300644editdlrm
test_normalization.py172120644editdlrm
test_registries.py28410644editdlrm
test_schema.py50800644editdlrm
test_utils.py2900644editdlrm
test_validation.py591550644editdlrm
__init__.py46870644editdlrm
Edit: /opt/alt/python38/lib/python3.8/site-packages/cerberus/tests/test_utils.py (290B)
from cerberus.utils import compare_paths_lt def test_compare_paths(): lesser = ('a_dict', 'keysrules') greater = ('a_dict', 'valuesrules') assert compare_paths_lt(lesser, greater) lesser += ('type',) greater += ('regex',) assert compare_paths_lt(lesser, greater)