Python controller library for Tor
Go to file
Damian Johnson bdbf352ad7 Running tor instances for integ tests
First draft for the startup/shutdown of integration tests. This...
- makes a test directory
- generates a torrc
- starts a tor instance, waiting until its bootstrap completes (timing out if
  it gets stuck)
- runs tests (not done yet - those are next)
- shuts down the tor instance

This'll certainly go through some refactoring to better modularize, but it's
functional as-is.
2011-10-16 01:17:38 -07:00
stem Adding util for handling configuration files 2011-10-14 20:33:12 -07:00
test Tesing and fix for disconnected socket reads 2011-10-12 09:37:49 -07:00
.gitignore Adding gitignore for pyc and vim swap files 2011-10-08 16:15:48 -07:00
run_tests.py Running tor instances for integ tests 2011-10-16 01:17:38 -07:00