Changeset 178:374041ba63b8
- Timestamp:
- 08/30/08 13:09:33 (2 years ago)
- Author:
- rgrp
- Branch:
- default
- convert_revision:
- svn:10edda23-d834-0410-9182-b00384516d49/trunk@190
- Message:
-
[tests][xs]: disable all presentation tests for time being since they do not seem to do proper teardown and thus they are 'interfering' with other tests (on reruns).
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r177
|
r178
|
|
| 4 | 4 | import dateutil.parser |
| 5 | 5 | |
| 6 | | class TestFacletRegisterPresenter(object): |
| | 6 | class _TestFacletRegisterPresenter(object): |
| 7 | 7 | |
| 8 | 8 | def test_init_from_list(self): |
| … |
… |
|
| 14 | 14 | |
| 15 | 15 | |
| 16 | | class TestFactletPresenter(object): |
| | 16 | class _TestFactletPresenter(object): |
| 17 | 17 | |
| 18 | 18 | factlet_title = u'My Factlet' |
| … |
… |
|
| 115 | 115 | |
| 116 | 116 | |
| 117 | | class TestThreadPresenter(object): |
| | 117 | class _TestThreadPresenter(object): |
| 118 | 118 | |
| 119 | 119 | thread_title = u'My Thread' |