This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients exarkun, flox, giampaolo.rodola, loewis, mark.dickinson, pitrou, ronaldoussoren, skrah
Date 2010-08-16.05:44:30
SpamBayes Score 9.345106e-07
Marked as misclassified No
Message-id <1281937472.81.0.190549874368.issue8857@psf.upfronthosting.co.za>
In-reply-to
Content
There is one thing I don't understand about these tests: they basicly only seem to test if the function implements the right interface (argument counts and the structure of the return value).

Shouldn't the tests also test if the behaviour is somewhat sane? One example of this: test the 'family' flag by looking for www.google.com with both AF_INET and AF_INET6 and then check that the first returns IPv4 information and the second IPv6.
History
Date User Action Args
2010-08-16 05:44:32ronaldoussorensetrecipients: + ronaldoussoren, loewis, exarkun, mark.dickinson, pitrou, giampaolo.rodola, skrah, flox
2010-08-16 05:44:32ronaldoussorensetmessageid: <1281937472.81.0.190549874368.issue8857@psf.upfronthosting.co.za>
2010-08-16 05:44:31ronaldoussorenlinkissue8857 messages
2010-08-16 05:44:30ronaldoussorencreate