Message97377
| Author | brian.curtin |
|---|---|
| Recipients | brian.curtin, eric.smith, jjconti, mark.dickinson, rhettinger, skrah |
| Date | 2010-01-07.21:35:44 |
| SpamBayes Score | 9.210881e-09 |
| Marked as misclassified | No |
| Message-id | <1262900146.29.0.208433230969.issue7652@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>mark> (1) Could we unify test_decimal and test_cdecimal somehow? >mark> This would avoid them getting out of sync when new tests are >mark> added, and would make it clear what the differences between >mark> them are. It looks like there's currently a lot of duplicate code. An approach similar to the one taken in test_warnings.py might work: write common test code as a base class, then subclass it to be run against both the C and Py versions of the module. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-01-07 21:35:46 | brian.curtin | set | recipients: + brian.curtin, rhettinger, mark.dickinson, eric.smith, jjconti, skrah |
| 2010-01-07 21:35:46 | brian.curtin | set | messageid: <1262900146.29.0.208433230969.issue7652@psf.upfronthosting.co.za> |
| 2010-01-07 21:35:45 | brian.curtin | link | issue7652 messages |
| 2010-01-07 21:35:44 | brian.curtin | create | |