aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_cmdline_args.py
Commit message (Collapse)AuthorAge
* Make the python test scripts work on python3Nick Mathewson2014-04-27
| | | | | | | The python scripts invoked by 'make check' didn't work on python3 before. That was a problem on systems where 'python' is python3. Fixes bug 11608; bugfix on 0.2.5.2-alpha.
* Fix test_cmdline_args to work with old opensslNick Mathewson2013-11-11
| | | | | | 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".
* Documentation and tests for 10060Nick Mathewson2013-11-07
|
* Make test_cmdline_args.py work with older pythonsNick Mathewson2013-10-21
| | | | | | 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.
* When possible, run the ntor python integration tests tooNick Mathewson2013-10-11
|
* Finish tests for command-line argumentsNick Mathewson2013-09-13
|
* Integration test for parsing arguments on the commandlineNick Mathewson2013-09-13
(incomplete)