Azure ================= .. toctree:: :maxdepth: 1 :glob: sql-database/index.rst infra/index.rst snippets/index.rst References ------------ .. Books .. ~~~~~~ .. 1. `Automated Software Testing with Python `_ (video),, Packt Publishing, 2019 .. 2. `API Testing and Development with Postman`, Packt Publishing, 2021 .. 3. `Complete Guide to Test Automation`, Apress, 2018 .. 4. `Crafting Test-Driven Software with Python`_ .. 5. `Elegant Automation Frameworks with Python and Pytest`_ (video), Pack Publishing, 2020 .. 6. `Python Testing with pytest, Second Edition`_ .. 7. `Python Testing with Selenium`, Apress, 2021 .. 8. `Python Unit Test Automation` : Practical Techniques for Python Developers and Testers, Apress, 2017 .. 9. `Software Testing Automation Tips`, Apress, 2017 .. 10. `Test-Driven Development with Python` .. 11. `Testing In Python`, Pragmatic AI Solutions, 2020 .. 12. `Testing Python`, Willey, 2014 .. .. _Crafting Test-Driven Software with Python: https://www.packtpub.com/product/Crafting-Test-Driven-Software-with-Python/9781838642655 .. .. _Elegant Automation Frameworks with Python and Pytest: https://www.packtpub.com/product/elegant-automation-frameworks-with-python-and-pytest/9781800561489 .. .. _Python Testing with pytest, Second Edition: https://pragprog.com/titles/bopytest2/python-testing-with-pytest-second-edition/ .. Websites .. ~~~~~~~~ .. 1. `Effective Python Testing With Pytest `_, RealPython .. .. `End-To-End Tutorial For Pytest Fixtures With Examples `__