Edgewall Software

Changes between Version 27 and Version 28 of TracDev/UnitTests


Ignore:
Timestamp:
Aug 22, 2019, 1:04:29 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

Document change in #13028.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/UnitTests

    v27 v28  
    6565{{{#!sh
    6666$ python -m unittest trac.versioncontrol.tests.cache.CacheTestCase.test_initial_sync
     67}}}
     68
     69In Trac 1.4 and later, unittest [https://docs.python.org/2/library/unittest.html#command-line-options command line options] can be passed in the `Makefile` argument `testopts`. Example:
     70{{{#!sh
     71$ make unit-test testopts="-f -c"
    6772}}}
    6873