Extend the progress model to support a push/pop model.
authorRobert Collins <robertc@robertcollins.net>
Sat, 8 Aug 2009 07:03:38 +0000 (17:03 +1000)
committerRobert Collins <robertc@robertcollins.net>
Sat, 8 Aug 2009 07:03:38 +0000 (17:03 +1000)
commit37080a3a8b3b3414e8d6ec1eb68fb6000d926a0a
tree15d15c7208e43515435d4ed8f6d0a7f4d588b929
parentcc4699a328dd76ecaad6a2e94b17845793bdf51d
Extend the progress model to support a push/pop model.
README
filters/subunit2gtk
python/subunit/__init__.py
python/subunit/progress_model.py [new file with mode: 0644]
python/subunit/tests/__init__.py
python/subunit/tests/test_progress_model.py [new file with mode: 0644]
python/subunit/tests/test_test_protocol.py
python/subunit/tests/test_test_results.py