Tim Peters
|
d392506c43
|
Tighten up some warning filters, and break some dependencies on the
order in which the tests are normally run.
|
2002-04-16 01:27:44 +00:00 |
Tim Peters
|
7d79948103
|
It makes more sense to call resetwarnings() after every test runs than
to keep doing that in every test that wants to filter a warning.
|
2002-04-16 00:01:09 +00:00 |
Tim Peters
|
f022a4d451
|
Reduce the number of test-suite DeprecationWarnings; start adding
resetwarnings() calls too.
|
2002-04-15 23:52:04 +00:00 |
Neil Schemenauer
|
38796d07a5
|
Use numbers that can be accurately represented on binary machines. I hope
this works on all platforms.
|
2001-01-03 01:52:11 +00:00 |
Neil Schemenauer
|
fd288c7cd5
|
Add more tests for compare and coercion in preparation for the coercion
overhaul. Closes SF patch #102878.
|
2001-01-02 16:30:31 +00:00 |