Skip to content

Commit 2e69b27

Browse files
committed
make testUpdateTimestamp return skip rather than just pass/passing.
1 parent 2c2d358 commit 2e69b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_memorydb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def setUp(self):
6565

6666
# doesn't work for memory as it uses a mock for session db.
6767
def testUpdateTimestamp(self):
68-
pass
68+
self.skipTest("This test does is not implemented for memorydb.")
6969

7070
# vim: set filetype=python ts=4 sw=4 et si
7171

0 commit comments

Comments
 (0)