[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [sbws/master] Fix args for cleanup unit tests
commit c0ac5a3957abb15b8b307c4b4311b419f848e7ab
Author: juga0 <juga@xxxxxxxxxx>
Date: Tue Jul 17 17:16:20 2018 +0000
Fix args for cleanup unit tests
---
tests/unit/conftest.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py
index 4eab658..7669318 100644
--- a/tests/unit/conftest.py
+++ b/tests/unit/conftest.py
@@ -119,7 +119,8 @@ def sbwshome_only_datadir(sbwshome_empty):
def args(sbwshome_empty, parser):
"""Args with sbws home in the tests tmp dir."""
args = _PseudoArguments(directory=sbwshome_empty, output=sbwshome_empty,
- scale=False, log_level='debug')
+ scale=False, log_level='debug',
+ no_results=False, no_v3bw=False)
return args
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits