- Rather than writing
hypothesis validation tests, we can defer validation to Azure. This can remove a lot of complexity we currently are introducing through the regex checks (that Azure already does).
- We can still check for
types and also use any of the built in click features
For a test, we can check that all dependencies are being installed.
@chrobles suggested trying to import cli and making sure all the dependencies are included.