More test coverage, particularly of Receive Mode

This commit is contained in:
Miguel Jacq 2018-10-17 15:21:04 +11:00
parent c60aeafc3f
commit e9cdf4f52d
8 changed files with 63 additions and 18 deletions

View file

@ -29,7 +29,7 @@ class GuiBaseTest(object):
# Create a test dir and files
if not os.path.exists('/tmp/testdir'):
testdir = os.mkdir('/tmp/testdir')
testfile = open('/tmp/testdir/test.txt', 'w')
testfile = open('/tmp/testdir/test', 'w')
testfile.write('onionshare')
testfile.close()