Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | Fix test_cmdline_args to work with old openssl | Nick Mathewson | |
If openssl was old, Tor would add a warning about its version in between saying "no torrc found, using reasonable defaults" and "configuration was valid". | |||
2013-11-07 | Documentation and tests for 10060 | Nick Mathewson | |
2013-10-21 | Make test_cmdline_args.py work with older pythons | Nick Mathewson | |
I was using the assertIn() function on unit tests, which Python 2.7 introduced. But we'd like to be able to run our unit tests on Pythons from older operating systems. | |||
2013-10-11 | When possible, run the ntor python integration tests too | Nick Mathewson | |
2013-09-13 | Finish tests for command-line arguments | Nick Mathewson | |
2013-09-13 | Integration test for parsing arguments on the commandline | Nick Mathewson | |
(incomplete) |