Vivek PemawatTitle: How Test Infrastructure Helps Release Faster and Better Quality SoftwareIn the fast-paced world of software development, delivering high-quality releases swiftly is a significant challenge. Developers are…Sep 10
Hadi AzaddelAnsible Code Testing — Part 1 — Test Environment AutomationAnsible is one of the dominant Infrastructure as Code (IaC) solutions. To ensure the code is applied on the target hosts correctly, It is…Jun 10, 2022
InOpsOpsbyGeorge ShuklinInjecting modules into tests with PytestThere is a known slightly boring problem with tests. You have conftest.py, which is magical and is always available in tests (but only via…Jun 23Jun 23
InOpsOpsbyGeorge Shuklinpytest.fail in a fixture and in a testA subtle difference between ERROR and FAILApr 26, 20211Apr 26, 20211
InOpsOpsbyGeorge ShuklinI run ansible to run ansible to make ansible runnable on remote hostHigher order generic inventories in an awkward languageOct 29, 2022Oct 29, 2022
Vivek PemawatTitle: How Test Infrastructure Helps Release Faster and Better Quality SoftwareIn the fast-paced world of software development, delivering high-quality releases swiftly is a significant challenge. Developers are…Sep 10
Hadi AzaddelAnsible Code Testing — Part 1 — Test Environment AutomationAnsible is one of the dominant Infrastructure as Code (IaC) solutions. To ensure the code is applied on the target hosts correctly, It is…Jun 10, 2022
InOpsOpsbyGeorge ShuklinInjecting modules into tests with PytestThere is a known slightly boring problem with tests. You have conftest.py, which is magical and is always available in tests (but only via…Jun 23
InOpsOpsbyGeorge Shuklinpytest.fail in a fixture and in a testA subtle difference between ERROR and FAILApr 26, 20211
InOpsOpsbyGeorge ShuklinI run ansible to run ansible to make ansible runnable on remote hostHigher order generic inventories in an awkward languageOct 29, 2022
Hadi AzaddelAnsible Code Testing — Part 2 — Writing TestsIn the previous article, we described some basics of Ansible code testing using Molecule. Also, some aspects of testing are represented…Jul 10, 2022
InOpsOpsbyGeorge ShuklinInterpolating Ansible jinja in testinfraOne of idiosyncrasies of Ansible with pytest (testinfra) is that whilst you have access to inventory, any Jinja there will mess up you…Jul 5, 2022
InOpsOpsbyGeorge ShuklinChoosing between testinfra and Ansible for testsI worked enough with both approaches to discuss on advantages and disadvantages of both.May 10, 20212