Edgewall Software

Changes between Version 14 and Version 15 of TracDev/FunctionalTests


Ignore:
Timestamp:
Jan 27, 2015, 11:53:14 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/FunctionalTests

    v14 v15  
    1 = Trac Functional Tests =
     1= Trac Functional Tests
    22
    33Functional tests are integrated in the test suite (see TracDev/UnitTests).
     
    66 - source:trunk/doc/dev/testing.rst (more recent)
    77
    8 == Extra dependencies ==
     8== Extra dependencies
    99
    1010 * [http://twill.idyll.org/ twill] — simple scripting language for Web browsing
    11  * [http://codespeak.net/lxml/ lxml] — used for XHTML validation
     11 * [http://lxml.de/validation.html lxml] — used for XHTML validation
    1212
    1313Those packages can be installed with `easy_install`:
     
    2525  http://pypi.python.org/pypi/lxml/2.3
    2626
    27 
    2827There's also an additional dependency on Windows:
    2928  [http://carey.geek.nz/code/python-fcrypt/ fcrypt]
     
    3433}}}
    3534
    36 If `fcrypt` is not installed, you'll get the following error when running the tests with 0.11:
     35If `fcrypt` is not installed, you'll get the following error when running the tests with Trac 0.11:
    3736{{{
    3837"Exception: Unable to setup admin password"
    3938}}}
    40 or this warning starting with 0.12:
     39or this warning starting with Trac 0.12:
    4140{{{
    4241Warning: cannot parse password for user "crypt" without the "crypt" module
     
    5453make functional-test
    5554}}}
    56 (only starting from Trac 0.12, as Trac 0.11 has no Makefile)
    57 
     55This is starting from Trac 0.12, as Trac 0.11 has no Makefile.
    5856
    5957== !Discussion/Future ==