~coreygoldberg/uci-engine/subunit-results

« back to all changes in this revision

Viewing changes to test_runner/tstrun/tests/test_run_test.py

Merge trunk, resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import unittest
19
19
 
20
20
 
21
 
import run_test
 
21
from tstrun import run_test
22
22
 
23
23
 
24
24
class TestParseSummary(unittest.TestCase):