Django 1.1 Testing and Debugging
Formats:
save 15%!
save 37%!
Free Shipping!
| Also available on: |
|
Develop Django applications quickly with fewer bugs through effective use of automated testing and debugging tools. Ensure your code is accurate and stable throughout development and production by using Django's test framework. Understand the working of code and its generated output with the help of debugging tools. Packed with detailed working examples that illustrate the techniques and tools for debugging
Book Details
Language : EnglishPaperback : 436 pages [ 235mm x 191mm ]
Release Date : April 2010
ISBN : 1847197566
ISBN 13 : 9781847197566
Author(s) : Karen M. Tracey
Topics and Technologies : All Books, App Testing, Open Source, Web Development
Table of Contents
Preface
Chapter 1: Django Testing Overview
Chapter 2: Does This Code Work? Doctests in Depth
Chapter 3: Testing 1, 2, 3: Basic Unit Testing
Chapter 4: Getting Fancier: Django Unit Test Extensions
Chapter 5: Filling in the Blanks: Integrating Django and Other Test Tools
Chapter 6: Django Debugging Overview
Chapter 7: When the Wheels Fall Off: Understanding a Django Debug Page
Chapter 8: When Problems Hide: Getting More Information
Chapter 9: When You Don't Even Know What to Log: Using Debuggers
Chapter 10: When All Else Fails: Getting Outside Help
Chapter 11: When it's Time to Go Live: Moving to Production
Index
Karen M. Tracey
Code Downloads
Download the code and support files for this book.
Submit Errata
Please let us know if you have found any errors not listed on this list by completing our errata submission form. Our editors will check them and add them to this list. Thank you.
Errata
- 6 submitted: last submission 30 May 2013Errata type: Code | Page number: 122
In the code block, the first string in the ValidationError call has an extra comma in it. It should be: raise forms.ValidationError("Opens date cannot come "
Sample chapters
You can view our sample chapters and prefaces of this title on PacktLib or download sample chapters in PDF format.
Build a complete application in manageable pieces that can be written, tested, and debugged individually. Come to grips with the nuances of testing and the pros and cons of each type of test Simplify the task of testing web applications by using specific test extensions provided by Django. Integrate other test tools into Django's framework to obtain test coverage information and more easily test forms. Analyze the copious debug information provided by Django's debug error pages. Write your own add-on debugging aids. Easily acquire enormous and important information with the help of external tools such as the Django debug toolbar. Decipher code behavior by using logging and effectively debug problems in production, when debug error pages are not available. Learn what your code and other library support code actually does by skilled use of a debugger. Tackle problems external to your code with available fixes. Debug common problems that arise during the move from development to production.
Bugs are a time consuming burden during software development. Django's built-in test framework and debugging support help lessen this burden. This book will teach you quick and efficient techniques for using Django and Python tools to eradicate bugs and ensure your Django application works correctly.This book will walk you step by step through development of a complete sample Django application. You will learn how best to test and debug models, views, URL configuration, templates, and template tags. This book will help you integrate with and make use of the rich external environment of test and debugging tools for Python and Django applications.The book starts with a basic overview of testing. It will highlight areas to look out for while testing. You will learn about different kinds of tests available, and the pros and cons of each, and also details of test extensions provided by Django that simplify the task of testing Django applications. You will see an illustration of how external tools that provide even more sophisticated testing features can be integrated into Django's framework.On the debugging front, the book illustrates how to interpret the extensive debugging information provided by Django's debug error pages, and how to utilize logging and other external tools to learn what code is doing.
A step-by-step guide to running tests using Django's test support and making best use of Django and Python debugging tools
This book teaches by example. It walks in detail through development of a sample application, illustrating each step via complete working code and either screenshots or console snippets. The cumbersome and time consuming task of debugging will be a cake walk with this book.
If you are a Django application developer who wants to create robust applications quickly that work well and are easy to maintain in the long term, this book is for you. This book is the right pick if you want to be smartly tutored to make best use of Django's rich testing and debugging support and make testing an effortless task.Basic knowledge of Python, Django, and the overall structure of a database-driven web application is assumed. However, the code samples are fully explained so that even beginners who are new to the area can learn a great deal from this book.

