Merge lp://staging/~mbp/python-fixtures/timeout into lp://staging/~python-fixtures/python-fixtures/trunk
Proposed by
Martin Pool
Status: | Merged |
---|---|
Merged at revision: | 43 |
Proposed branch: | lp://staging/~mbp/python-fixtures/timeout |
Merge into: | lp://staging/~python-fixtures/python-fixtures/trunk |
Diff against target: |
234 lines (+162/-0) 7 files modified
NEWS (+2/-0) README (+18/-0) lib/fixtures/__init__.py (+4/-0) lib/fixtures/_fixtures/__init__.py (+6/-0) lib/fixtures/_fixtures/timeout.py (+64/-0) lib/fixtures/tests/_fixtures/__init__.py (+1/-0) lib/fixtures/tests/_fixtures/test_timeout.py (+67/-0) |
To merge this branch: | bzr merge lp://staging/~mbp/python-fixtures/timeout |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
python-fixtures committers | Pending | ||
Review via email: mp+83721@code.staging.launchpad.net |
Description of the change
This adds a new TestTimeout based on https:/
There are two modes, because I suspect people will have different preferences for being relatively sure things will stop vs getting a clean error.
To post a comment you must log in.
We discussed on IRC.
Could you please
rename to 'Timeout', and change from talking about use in tests (e.g. 1 per test) to use in general (can only use one of these at a time because it builds on SIGALARM).