]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add option to disable the Resolver tests with an environment variable.
authorBen Darnell <ben@bendarnell.com>
Sat, 29 Mar 2014 14:03:15 +0000 (14:03 +0000)
committerBen Darnell <ben@bendarnell.com>
Sat, 29 Mar 2014 14:03:15 +0000 (14:03 +0000)
commite63b4cb9a57f9b941309e587ac335312a6ca9339
treeacea0772cef757f2e179d1e670d9fc89cf79b288
parent42df0361e53e0e40e11e1c50c56e3fa8ad0944be
Add option to disable the Resolver tests with an environment variable.

The resolver tests depend on external network resources; the twisted
resolver will time out when the network is unvailable instead of
returning an immediate failure like the other implementations.
tornado/test/netutil_test.py
tornado/test/util.py