LEADER 04191nmm a2200493 u 4500
001 EB001947679
003 EBX01000000000000001110581
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781449365172 
020 |a 9781449365165 
020 |a 1449365175 
020 |a 1449365140 
020 |a 9781449365141 
050 4 |a QA76.73.P98 
100 1 |a Percival, Harry 
245 0 0 |a Test-driven development with Python  |c Harry Percival 
260 |a Sebastopol, CA  |b O'Reilly Media  |c 2014 
300 |a 1 volume  |b illustrations 
505 0 |a Getting Django set up using a functional test -- Extending our functional test using the unittest module -- Testing a simple home page with unit tests -- What are we doing with all these tests? -- Saving user input -- Getting to the minimum viable site -- Prettification : layout and styling, and what to test about it -- Testing deployment using a staging site -- Automating deployment with fabric -- Input validation and test organisation -- A simple form -- More advanced forms -- Dipping our toes, very tentatively, into JavaScript -- Deploying our new code -- User authentication, integrating third-party plugins, and mocking with JavaScript -- Server-side authentication and mocking in Python -- Test fixtures, logging, and server-side debugging -- Finishing "my lists" : outside-in TDD -- Test isolation, and "listening to your tests" -- Continuous integration (CI) -- The token social bit, the page pattern, and an exercise for the reader -- Fast tests, slow tests, and hot lava -- Obey the testing goat! -- Appendix A: PythonAnywhere -- Appendix B: Django class-based views -- Appendix C: Provisioning with ansible -- Appendix D: Testing database migrations -- Appendix E: What to do next -- Appendix F: Cheat sheet 
653 |a Web site development / fast 
653 |a Programmation orientée objet (Informatique) 
653 |a Logiciels d'application / Développement 
653 |a Object-oriented programming (Computer science) / http://id.loc.gov/authorities/subjects/sh87007503 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
653 |a Python (Computer program language) / fast 
653 |a Sites Web / Développement 
653 |a Object-oriented programming (Computer science) / fast 
653 |a Python (Langage de programmation) 
653 |a Web site development / http://id.loc.gov/authorities/subjects/sh98004795 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Application software / Development / fast 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a "Nutshell handbook.. - Includes index 
776 |z 1449364829 
776 |z 9781449364823 
776 |z 1449365175 
776 |z 9781449365172 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781449365141/?ar  |x Verlag  |3 Volltext 
082 0 |a 500 
082 0 |a 005.133 
520 |a By taking you through the development of a real web application from beginning to end, this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You'll learn how to write and run tests before building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works. 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 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 Use a Continuous Integration environment to run your tests automatically