Django

Code

Changeset 7718

Show
Ignore:
Timestamp:
06/21/08 00:20:42 (5 months ago)
Author:
russellm
Message:

Fixed #7513 -- Added a note on the dependencies that need to be installed when running the Django system tests. Thanks to Peter Melvyn for the original report, and Ramiro Morales for the original draft.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/contributing.txt

    r7715 r7718  
    740740      permission to execute ``CREATE DATABASE``. 
    741741 
     742If you want to run the full suite of tests, there are a number of dependencies that  
     743you should install: 
     744 
     745    *  PyYAML_ 
     746    *  Markdown_ 
     747    *  Textile_ 
     748    *  Docutils_ 
     749    *  setuptools_ 
     750 
     751Of these dependencies, setuptools_ is the only dependency that is required - if 
     752setuptools_ is not installed, you will get import errors when running one of 
     753the template tests. The tests using the other libraries will be skipped if the 
     754Django the dependency can't be found.  
     755 
     756.. _PyYAML: http://pyyaml.org/wiki/PyYAML 
     757.. _Markdown: http://pypi.python.org/pypi/Markdown/1.7 
     758.. _Textile: http://pypi.python.org/pypi/textile 
     759.. _docutils: http://pypi.python.org/pypi/docutils/0.4 
     760.. _setuptools: http://pypi.python.org/pypi/setuptools/ 
     761 
    742762To run a subset of the unit tests, append the names of the test modules to the 
    743763``runtests.py`` command line. See the list of directories in