mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-11 02:45:03 -04:00
More test coverage, particularly of Receive Mode
This commit is contained in:
parent
c60aeafc3f
commit
e9cdf4f52d
8 changed files with 63 additions and 18 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue