You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that all the command line output from AWS CLI and the HCA CLI is shown first, then all the Python unittest print() statements. These should be interleaved.
An article online suggests running python unbuffered python -u might fix the problem.