Add optional argument for using AWS credentials profile.

Update docs.

Update tests. No need to include __pycache__ directory.

Update .gitignore to ignore test cache output.
This commit is contained in:
Paul Harrison
2017-05-26 14:42:25 +01:00
parent f3980db66c
commit 934a98c11d
5 changed files with 28 additions and 2 deletions

View File

@@ -80,8 +80,7 @@ def test_folders(default_baked_project):
]
ignored_dirs = [
default_baked_project,
os.path.join(default_baked_project, '__pycache__')
default_baked_project
]
abs_expected_dirs = [os.path.join(default_baked_project, d) for