summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/cli/bitmask_cli.py
AgeCommit message (Collapse)Author
2016-05-02[feature] pluggable backends and api registryKali Kaneko
the idea behind this mechanism (partially implemented for that) is to be able to check the backend output against some type annotations. We want to be able to detect if a given backend (real services or authoritative mocks) have diverged from what's specified in the API annotations.
2016-04-19[feature] add bitmask_cli entrypointKali Kaneko