[mythtv-commits] Ticket #12013: Unit test suites can only be run all at once.

MythTV noreply at mythtv.org
Sun Jan 12 17:24:40 UTC 2014


#12013: Unit test suites can only be run all at once.
----------------------------------+-------------------------
     Reporter:  mythtv-dev@…      |      Owner:
         Type:  Developer Task    |     Status:  new
     Priority:  minor             |  Milestone:  unknown
    Component:  MythTV - General  |    Version:  Unspecified
     Severity:  medium            |   Keywords:
Ticket locked:  0                 |
----------------------------------+-------------------------
 This pull allows the unit test suite suites to be run individually, while
 also allowing the the main script to run them all at once as is current
 functionality.

 This is based on the current convention that unit test are in a directory
 like "test_<name>" so the script will now allow usage like:

 ./unittest.sh mythmetadata

 and also

 ./unittest.sh

 to run all of them.

 This makes it alot easier to see what you're changing in unit tests, and
 whether they pass or not.  As there gets to be more unit tests, running
 them all at once will be a lengthy piece of work.

 https://github.com/MythTV/mythtv/pull/65

--
Ticket URL: <http://code.mythtv.org/trac/ticket/12013>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list