Message198539
| Author | xdegaye |
|---|---|
| Recipients | xdegaye |
| Date | 2013-09-28.18:56:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1380394566.75.0.788169311559.issue19116@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
$ ./python -m test -v test_complex | grep test_truediv test_truediv (test.test_complex.ComplexTest) ... ok After renaming the first test_truediv to test_truediv_1 and the second one to test_truediv_2: $ ./python -m test -v test_complex | grep test_truediv test_truediv_1 (test.test_complex.ComplexTest) ... ok test_truediv_2 (test.test_complex.ComplexTest) ... ok |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-28 18:56:06 | xdegaye | set | recipients: + xdegaye |
| 2013-09-28 18:56:06 | xdegaye | set | messageid: <1380394566.75.0.788169311559.issue19116@psf.upfronthosting.co.za> |
| 2013-09-28 18:56:06 | xdegaye | link | issue19116 messages |
| 2013-09-28 18:56:06 | xdegaye | create | |