commit 78d44b0995fb607715d189051a6aec13f512ad35 Author: Damian Johnson atagar@torproject.org Date: Sat Nov 5 14:15:33 2011 -0700
Moving testrc.sample into testing module
Tired of having 'test' autocompletion trip up on the sample rc file, so moving it into the test directory. It's probably not of much interest to general library users anyway. --- test/testrc.sample | 17 +++++++++++++++++ testrc.sample | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/test/testrc.sample b/test/testrc.sample new file mode 100644 index 0000000..cff8d13 --- /dev/null +++ b/test/testrc.sample @@ -0,0 +1,17 @@ +# Integration Test Settings +# +# test.integ.test_directory +# Path used for our data directory and any temporary test resources. Relative +# paths are expanded in reference to the location of 'run_tests.py'. +# +# If set then the directory's contents are reused for future tests (so we +# have a faster startup and lower load on authorities). If set to an empty +# value then this makes a fresh data directory for each test run. +# +# test.integ.run.online +# Runs tests with network activity. If set then we'll wait for tor to fully +# bootstrap when starting, which won't happen without a network connection. + +test.integ.test_directory ./test/data +test.integ.run.online false + diff --git a/testrc.sample b/testrc.sample deleted file mode 100644 index cff8d13..0000000 --- a/testrc.sample +++ /dev/null @@ -1,17 +0,0 @@ -# Integration Test Settings -# -# test.integ.test_directory -# Path used for our data directory and any temporary test resources. Relative -# paths are expanded in reference to the location of 'run_tests.py'. -# -# If set then the directory's contents are reused for future tests (so we -# have a faster startup and lower load on authorities). If set to an empty -# value then this makes a fresh data directory for each test run. -# -# test.integ.run.online -# Runs tests with network activity. If set then we'll wait for tor to fully -# bootstrap when starting, which won't happen without a network connection. - -test.integ.test_directory ./test/data -test.integ.run.online false -
tor-commits@lists.torproject.org