We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5661a71 commit d8a0010Copy full SHA for d8a0010
1 file changed
tests/test.py
@@ -50,6 +50,7 @@ def test_read(self):
50
# Use temporary file for testing
51
with tempfile.TemporaryDirectory() as tempdir:
52
# Read from unexisting file
53
+ write(self.test_data, self.test_user_id)
54
read_data, read_code = read(self.test_user_id)
55
56
# Test not found data and code
0 commit comments