Improvements to testing asgi apps: - Ability to pass a function to update app config with stub host and port. - This allows us to run tests for asgi apps in 'autowire' mode (without specifying any ports).
0.7.5
Minor improvements, updated readme file.
0.7.4
Added ability to pass a list of contract file paths for specmatic test and stub.
0.7.3
Some fixes to to get the package working with Python 3.8
0.7.2
Implemented wrapper methods to stub, start app and run tests in one go ( for wsgi and asgi apps).
0.7.1
Updated documentation to provide a brief overview of all the main api methods.