Dropping test_cmdline_args.py

Before a couple weeks ago didn't know Tor had these tests, interesting! Stem
already has tests for spawning tor processes but lacked any with this targeted
focus on its arguments.

I've added our own counterpart for these tests. Many are direct copies but
there were others I improved a little...

  https://trac.torproject.org/projects/tor/ticket/14109
  https://gitweb.torproject.org/stem.git/commit/?id=137d193a026638f066e817e3396cebbbb6ace012

Now that Tor uses Stem to supplement its tests no reason for these to live
separately. Tested by simply building tor and confirming test_cmdline_args.py
is no longer in the generated Makefile.
This commit is contained in:
Damian Johnson
2015-02-08 20:42:55 -08:00
parent 37d16c3cc7
commit 44abbf5ab6
3 changed files with 3 additions and 313 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (testing):
- Commandline argument tests moved to Stem. Fixes bug 14806.