26th April 2021
Coding⚑
Python⚑
Boto3⚑
-
Correction: Add note that pagination is not yet supported when testing route53.
I've opened an issue to solve it.
Pytest⚑
-
New: Explain how to run tests in parallel.
pytest-xdist
makes it possible to run the tests in parallel, useful when the test suit is large or when the tests are slow.