Searching unittest for dictionaries.

A

Antoon Pardon

I'm writing a class with a lot of dictionary like behaviour.
I was wondering whether a unittest for dictionaries already
exists somewhere so that I could use it as a start for
a unittest for my class.
 
S

Steve Holden

Antoon said:
I'm writing a class with a lot of dictionary like behaviour.
I was wondering whether a unittest for dictionaries already
exists somewhere so that I could use it as a start for
a unittest for my class.
Strangely enough my 2.4 source distribution appears to contain

Lib/test/test_dict.py

Perhaps this might serve as a starting point.

regards
Steve
 
A

Antoon Pardon

Op 2005-09-28 said:
Strangely enough my 2.4 source distribution appears to contain

Lib/test/test_dict.py

Perhaps this might serve as a starting point.

Looks very usefull, thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,264
Messages
2,571,323
Members
48,006
Latest member
TerranceCo

Latest Threads

Top