torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
260 stars 75 forks source link

Add an alias to run_tests that runs all the tests that use tor #41

Open atagar opened 4 years ago

atagar commented 4 years ago

Migrated from ticket 31593.

From here please add an alias to run_tests.py that runs all the tests that use a local tor binary. Maybe it could be called RUN_TOR_TESTS?

We want to use this alias in make test-stem and the Travis stem job. Using a list of tests is fragile.