Anthony:
This patch was incorrect. I don't really know how to make a patch that moves a file from one place to another in SVN. Would you like me to actually make these changes in SVN? The changes are:
mkdir shtoom/livetest
mv shtoom/test/test_{stun,upnp,natmappers,defcache}.py shtoom/livetest
cat > shtoom/livetest/__init__.py
"""Live-tests for shtoom. These are tests that require something outside of Shtoom's source code to pass, such as a network connection, a remote server or peer, etc.
You can run all tests by command-line:
$ trial shtoom.livetest """
I'm not sure that test_defcache really belongs in there. I moved it because it takes time to pass (testing a timeout)...
Regards,
Zooko
_______________________________________________ Shtoom mailing list [email protected] http://mail.python.org/mailman/listinfo/shtoom
