Skip to content

Commit eeaac29

Browse files
author
Victor Machado
committed
Verbose test_credentials setUpClass
1 parent 0c44f62 commit eeaac29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: tests/test_credentials.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ def setUpClass(cls):
1818
patch('sys.argv', ['froster', 'config']), \
1919
patch('inquirer.text', side_effect=[NAME_1, EMAIL_1, PROFILE_1, AWS_CREDENTIALS_PROFILE_1, AWS_ACCESS_KEY_ID, AWS_SECRET, S3_BUCKET_NAME_CREDENTIALS_1, S3_ARCHIVE_DIR_1]), \
2020
patch('inquirer.confirm', side_effect=[False, False, True, False]), \
21-
patch('inquirer.list_input', side_effect=['+ Create new profile', PROVIDER_1, '+ Create new credentials', AWS_REGION_1, '+ Create new bucket', S3_STORAGE_CLASS_1]), \
22-
patch('builtins.print') as mock_print:
21+
patch('inquirer.list_input', side_effect=['+ Create new profile', PROVIDER_1, '+ Create new credentials', AWS_REGION_1, '+ Create new bucket', S3_STORAGE_CLASS_1])
2322
main()
2423

2524
# Method executed once after all tests

0 commit comments

Comments
 (0)