Edgewall Software

Changes between Version 4 and Version 5 of TracDev/FunctionalTests


Ignore:
Timestamp:
Apr 26, 2009, 10:12:22 AM (15 years ago)
Author:
Christian Boos
Comment:

Notes about using Python 2.3 for running the functional tests.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/FunctionalTests

    v4 v5  
    22
    33Functional tests are integrated in the test suite (see TracDev/UnitTests).
    4 See source:trunk/TESTING-README for detailed informations about functional tests.
     4See source:trunk/TESTING-README for detailed informations about functional tests
     5or the more recent source:trunk/doc/dev/testing.rst.
    56
    67== Dependencies ==
     
    89 - subversion
    910
    10 To run the functional tests run `PYTHONPATH=. ./trac/tests/functional.py`.
     11To run the functional tests run `PYTHONPATH=. ./trac/tests/functional.py` or `make functional-test`.
     12
     13When using Python 2.3 on the 0.11-stable branch, you'll need to extract attachment:244-for-23.zip somewhere and extend your PYTHONPATH with this `244-for-23` folder. It contains code borrowed from Python 2.4.4, adapted a bit so that it works with Python 2.3.
     14
    1115
    1216== Discussion/Future ==