Issue1774840
Created on 2007-08-15 16:27 by pupeno, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg32645 - (view) | Author: J. Pablo Fernández (pupeno) | Date: 2007-08-15 16:27 | |
Can you please offer a way to not exit when running unit tests, that is, an argument to unittest.main() that would make it not exit? Thank you |
|||
| msg85648 - (view) | Author: Michael Foord (michael.foord) * ![]() |
Date: 2009-04-06 15:04 | |
Seems like a straightforward request although TestProgram is pretty horrible in my opinion. I'll add an exit argument to TestProgram.__init__ - don't look forward to testing it though. |
|||
| msg85721 - (view) | Author: Daniel Diniz (ajaksu2) * ![]() |
Date: 2009-04-07 16:01 | |
Closing as issue 3379 has discussion and patches. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:26 | admin | set | github: 45316 |
| 2009-04-07 16:01:09 | ajaksu2 | set | status: open -> closed superseder: Option to not-exit on test nosy:
+ ajaksu2 |
| 2009-04-06 15:04:01 | michael.foord | set | messages: + msg85648 |
| 2009-04-06 14:33:41 | michael.foord | set | stage: test needed -> needs patch |
| 2009-04-06 14:33:12 | michael.foord | set | nosy: + michael.foord, - fuzzyman |
| 2009-04-06 14:31:07 | pitrou | set | nosy:
+ fuzzyman |
| 2009-04-06 10:58:44 | ajaksu2 | set | stage: test needed versions: + Python 3.1, Python 2.7 |
| 2007-08-15 16:27:20 | pupeno | create | |

