Issue 17665: convert test_wsgiref to idiomatic unittest code
Issue17665
Created on 2013-04-08 17:46 by tshepang, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| diff | tshepang, 2013-04-11 19:11 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg186701 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2013-04-13 08:55 | |
I don't think the second change is correct. See also issue16510. |
|||
| msg186741 - (view) | Author: Ezio Melotti (ezio.melotti) * ![]() |
Date: 2013-04-13 16:09 | |
In this case I don't think it matters much. The value is either True or False, so both assertTrue(...) and assertIs(..., True) work, even though the latter is technically more accurate. |
|||
| msg223524 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014-07-20 17:27 | |
Changes were made to this module on #20555. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:44 | admin | set | github: 61865 |
| 2014-08-05 05:01:38 | ezio.melotti | set | status: open -> closed superseder: Use specific asserts in urllib related tests resolution: out of date stage: patch review -> resolved |
| 2014-07-22 11:21:52 | berker.peksag | set | nosy:
+ berker.peksag versions: + Python 3.5, - Python 3.3 |
| 2014-07-20 17:27:49 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg223524 |
| 2013-04-13 16:09:30 | ezio.melotti | set | nosy:
+ ezio.melotti messages: + msg186741 |
| 2013-04-13 08:55:51 | serhiy.storchaka | set | type: performance -> enhancement messages:
+ msg186701 |
| 2013-04-12 20:51:32 | orsenthil | set | assignee: orsenthil nosy: + orsenthil |
| 2013-04-12 19:10:05 | terry.reedy | set | nosy:
+ terry.reedy title: convert to idiomatic unittest code -> convert test_wsgiref to idiomatic unittest code versions: - Python 3.2 type: performance stage: patch review |
| 2013-04-11 19:11:30 | tshepang | set | files: + diff |
| 2013-04-11 19:11:15 | tshepang | set | files: - diff |
| 2013-04-08 17:46:27 | tshepang | create | |
