Message366823
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, shihai1991, vinay.sajip, vstinner |
| Date | 2020-04-20.13:06:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1587387976.3.0.416880534066.issue40275@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Vinay Sajip: "What is the practical impact on the time taken for test runs?" My first concern is that our "unit tests" are not "unit" anymore. test_threading should be restricted to test the threading module: it should not test "indirectly" the logging module. If someone wants to test how logging behaves on fork, test_logging should get a new test. (I didn't check if it already has such test.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-20 13:06:16 | vstinner | set | recipients: + vstinner, vinay.sajip, serhiy.storchaka, shihai1991 |
| 2020-04-20 13:06:16 | vstinner | set | messageid: <1587387976.3.0.416880534066.issue40275@roundup.psfhosted.org> |
| 2020-04-20 13:06:16 | vstinner | link | issue40275 messages |
| 2020-04-20 13:06:15 | vstinner | create | |