-
- Downloads
Tests fail if gitignore isn't present
Good point from irl that our tests fail if the gitignore file isn't present... https://trac.torproject.org/projects/tor/ticket/26984 % ./run_tests.py --all Traceback (most recent call last): File "./run_tests.py", line 36, in <module> import test File "/home/atagar/Desktop/stem/test/__init__.py", line 71, in <module> with open(os.path.join(STEM_BASE, '.gitignore')) as ignore_file: IOError: [Errno 2] No such file or directory: '/home/atagar/Desktop/stem/.gitignore'
Please register or sign in to comment