Edgewall Software

Changes between Version 15 and Version 16 of TracDev/UnitTests


Ignore:
Timestamp:
Oct 12, 2010, 10:40:22 PM (14 years ago)
Author:
Christian Boos
Comment:

a few clean-ups

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/UnitTests

    v15 v16  
    2020}}}
    2121
    22 
    23 Note that since [milestone:0.11], the above command will also run functional tests. See [source:trunk/TESTING-README TESTING-README] for more details about functional tests.
     22See [source:trunk/TESTING-README TESTING-README] for more details about functional tests.
    2423
    2524Assuming the current working directory is where you checked out the Trac code from the SubversionRepository.
     
    9291}}}
    9392
    94 It may mean that you have a version of Trac installed in /usr/lib/pythonX.X/site-packages or /usr/local/lib/pythonX.X/site-packages but you are testing a different version installed elsewhere on your machine.
     93It may mean that you have a version of Trac installed in `/usr/lib/pythonX.X/site-packages` or `/usr/local/lib/pythonX.X/site-packages` but you are testing a different version installed elsewhere on your machine.
    9594
    9695If so, uninstalling the system version of Trac in /usr/lib/pythonX.X should allow you to run the unit tests, testing your private version.