دانلود کتاب Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript
by Harry J. W. Percival
|
عنوان فارسی: توسعه مبتنی بر تست با پایتون: مراقب تست گوسفند: با استفاده از جنگو، سلنیوم و جاوا اسکریپت |
دانلود کتاب
جزییات کتاب
یاد خواهید گرفت که قبل از ساخت هر قسمت از برنامه خود ، نوشتن و اجرای تست ها را یاد بگیرید و سپس حداقل مقدار کد لازم برای قبولی در آن تست ها را تدوین کنید. نتیجه؟ کد تمیز که کار می کند. در این فرآیند ، اصول اولیه Django ، Selenium ، Git ، jQuery و Mock را به همراه تکنیک های فعلی توسعه وب فرا خواهید گرفت. اگر آماده هستید مهارت های پایتون خود را به سطح بعدی برسانید ، این کتاب — برای پایتون 3.6 به روز شده — به وضوح نشان می دهد که چگونه TDD طرح های ساده را ترغیب و اعتماد به نفس می بخشد.
In the process, you’ll learn the basics of Django, Selenium, Git, jQuery, and Mock, along with current web development techniques. If you’re ready to take your Python skills to the next level, this book—updated for Python 3.6—clearly demonstrates how TDD encourages simple designs and inspires confidence.
• Dive into the TDD workflow, including the unit test/code cycle and refactoring
• Use unit tests for classes and functions, and functional tests for user interactions within the browser
• Learn when and how to use mock objects, and the pros and cons of isolated vs. integrated tests
• Test and automate your deployments with a staging server
• Apply tests to the third-party plugins you integrate into your site
• Run tests automatically by using a Continuous Integration environment
• Use TDD to build a REST API with a front-end Ajax interface