chaostoolkit-incubator / chaostoolkit-azure

Chaos Toolkit Extension for Azure
https://chaostoolkit.org/
Apache License 2.0
22 stars 28 forks source link

Add tests for Azure token authentication and handling missing parameters #86

Closed maximmold closed 4 years ago

maximmold commented 4 years ago

Signed-off-by: Maxim Moldenhauer moldenhauer_maxim@bah.com

Lawouach commented 4 years ago

Hey @maximmold, changes look good. Apparently the linter is not so happy about a couple of minor things. You can run the linter on your local machine as follows:

$ pycodestyle chaosazure

That will help :)