Edgewall Software

Changes between Version 21 and Version 22 of TracDev/FunctionalTests


Ignore:
Timestamp:
Jan 22, 2018, 11:50:05 PM (6 years ago)
Author:
figaro
Comment:

Remove superfluous parentheses

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/FunctionalTests

    v21 v22  
    33= Trac Functional Tests
    44
    5 Automated functional tests are integrated in the test suite (see TracDev/UnitTests). They are formed by executing a series of unit tests.
     5Automated functional tests are integrated in the test suite, see TracDev/UnitTests. They are formed by executing a series of unit tests.
    66For detailed informations about functional tests, see:
    77 - apidoc:dev/testing
     
    4949==== lxml on Windows
    5050
    51 `pip install lxml` should just work. (Since lxml 3.4, pre-compiled binaries are available as wheels. Before lxml 3.4, pip tried installing from source releases which require more dependencies like Cython, libxml2 and libxslt, which can be difficult to install on Windows.)
     51`pip install lxml` should just work. Since lxml 3.4, pre-compiled binaries are available as wheels. Before lxml 3.4, pip tried installing from source releases which require more dependencies like Cython, libxml2 and libxslt, which can be difficult to install on Windows.
    5252
    5353== Running the tests