Changes between Version 12 and Version 13 of SummerOfCode2011
- Timestamp:
- Mar 16, 2011, 8:08:22 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2011
v12 v13 228 228 * '''Complexity:''' Low 229 229 230 Django has an extensive test framework for Python code, a suite of tools to make testing server-side testing easier, and a project policy thatnew code is added without tests. This has been a significant contributor to the stability of Django as a project.230 Django has an extensive test framework for Python code, a suite of tools to make server-side testing easier, and a project policy that no new code is added without tests. This has been a significant contributor to the stability of Django as a project. 231 231 232 232 However, Django also has client-side components, and these are not tested. Django doesn't currently have any systematic way to test Javascript. As a result, large parts of Django's public-facing code are not tested, and are prone to regressions and failures -- most notably, Django's admin, and the handling of inline form elements.