awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

Fix tests if ~/.aws/shell/ doesn't exist. #62

Closed donnemartin closed 8 years ago

donnemartin commented 8 years ago

Fixes issues with test_keys.py and test_config.py. Creates the directory that will contain the awsshellrc config file if it doesn't yet exist. Once it exists, continues with copying the template config file to ~/.aws/shell/awsshellrc.

jamesls commented 8 years ago

:shipit: Looks good, thanks!