Skip to content

Commit 6edc357

Browse files
author
Victor Machado
committed
restore test_credentials behaviour
1 parent 0f409db commit 6edc357

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: tests/test_credentials.py

-7
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ def setUpClass(cls):
2121
patch('inquirer.list_input', side_effect=['+ Create new profile', PROVIDER_1, '+ Create new credentials', AWS_REGION_1, '+ Create new bucket', S3_STORAGE_CLASS_1]):
2222
main()
2323

24-
# Delete all unittest buckets
25-
with \
26-
patch('sys.argv', ['froster', '--debug', 'delete', '--bucket', 'froster-unittest']), \
27-
patch('builtins.print') as mock_print:
28-
main()
29-
3024
# Method executed once after all tests
31-
3225
@classmethod
3326
def tearDownClass(cls):
3427
'''- Tear down class.'''

0 commit comments

Comments
 (0)