[tor-commits] [stem/master] Add a new module to test to support network connections through tor
atagar at torproject.org
atagar at torproject.org
Sun Dec 23 00:32:17 UTC 2012
commit ef0cee8123578ed8ace0e3304735eb683dc6ca5e
Author: Sean Robinson <seankrobinson at gmail.com>
Date: Mon Dec 17 19:12:37 2012 -0700
Add a new module to test to support network connections through tor
This module aims to provide basic connectivity options on which tests
may be built.
Signed-off-by: Sean Robinson <seankrobinson at gmail.com>
---
test/network.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/test/network.py b/test/network.py
new file mode 100644
index 0000000..1c9be61
--- /dev/null
+++ b/test/network.py
@@ -0,0 +1,5 @@
+"""
+Helper functions and classes to support tests which need to connect through
+the tor network.
+"""
+
More information about the tor-commits
mailing list