aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/order_utils/stubs/jsonschema
Commit message (Collapse)AuthorAgeFilesLines
* feat(order_utils.py): schema resolver cache (#1317)Daniel Pyrathon2018-12-011-2/+8
| | | | | * Implemented basic functionality for using cache layer of LocalRefResolver * Use `importlib` instead of `imp`, since it's been deprecated. Legacy `load_module()` reloads modules even if they are already imported, causing tests to fail when run in non-deterministic ordering, so we replace it with `import_module()`
* fix(order_utils.py): validate order w/json schema (#1260)F. Eugene Aumson2018-11-152-0/+5