Skip to content

Commit 6b9aee8

Browse files
committed
Update unit tests
1 parent 724e266 commit 6b9aee8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infogami/infobase/tests/test_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ class TestStore:
7878
global s # site.store
7979

8080
def setup_method(self, method):
81-
s.clear()
81+
keys = s.keys()
82+
for k in keys:
83+
s.delete(k)
8284

8385
def test_getitem(self, wildcard):
8486
try:

0 commit comments

Comments
 (0)