Fred Drake
526286725d
Add regression test for SF bug #476616 -- make sure copy of a derived class
...
does not share data with the original.
2001-11-05 17:41:48 +00:00
Guido van Rossum
288cd2cb69
Fix the test so it uses IterableUserDict for the "for x in dict" test.
2001-08-07 17:50:06 +00:00
Tim Peters
a3f98d6bac
Give UserDict new __contains__ and __iter__ methods.
2001-04-21 09:13:15 +00:00
Marc-André Lemburg
3661908a6a
This patch removes all uses of "assert" in the regression test suite
...
and replaces them with a new API verify(). As a result the regression
suite will also perform its tests in optimization mode.
Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
2001-01-17 19:11:13 +00:00
Guido van Rossum
3eccc48b5b
Test suite for UserDict
1999-03-26 15:32:05 +00:00