forked from expo/troggle
re enable
This commit is contained in:
parent
18541de371
commit
9abfcdd091
@ -127,7 +127,7 @@ class PostTests(TestCase):
|
|||||||
with open(_test_file_path, "w") as f:
|
with open(_test_file_path, "w") as f:
|
||||||
f.write("test string: can we write to this directory?")
|
f.write("test string: can we write to this directory?")
|
||||||
self.assertEqual(_test_file_path.is_file(), True)
|
self.assertEqual(_test_file_path.is_file(), True)
|
||||||
#_test_file_path.unlink()
|
_test_file_path.unlink()
|
||||||
|
|
||||||
def test_scan_upload(self):
|
def test_scan_upload(self):
|
||||||
"""Expect scan upload to wallet to work on any file
|
"""Expect scan upload to wallet to work on any file
|
||||||
|
Loading…
Reference in New Issue
Block a user