Currently you can test multiple AWS accounts in one execution of pytest. In practice, this is pretty messy and also doesn't work for those of us who are assuming a role to run the tests.
Would be worth removing support for this, which would also decrease the complexity of some of the AWS resource fetching code.
Currently you can test multiple AWS accounts in one execution of
pytest. In practice, this is pretty messy and also doesn't work for those of us who are assuming a role to run the tests.Would be worth removing support for this, which would also decrease the complexity of some of the AWS resource fetching code.