Message 261192 - Python tracker
Message261192
| Author | stefan |
|---|---|
| Recipients | stefan |
| Date | 2016-03-04.17:09:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1457111372.53.0.54879325378.issue26481@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The unittest test discovery right now only looks into sub-packages if they contain a `__init__.py` file. That's an unnecessary requirement, as packages are also importable if only `__init__.pyc` is present. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-03-04 17:09:32 | stefan | set | recipients: + stefan |
| 2016-03-04 17:09:32 | stefan | set | messageid: <1457111372.53.0.54879325378.issue26481@psf.upfronthosting.co.za> |
| 2016-03-04 17:09:32 | stefan | link | issue26481 messages |
| 2016-03-04 17:09:32 | stefan | create | |