Skip to content

Commit

Permalink
Clear cache before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Sep 4, 2024
1 parent e9b7130 commit ca02f45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rhodium/test/cache_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
from ..cache import *

class TestCache(unittest.TestCase):

@classmethod
def setUpClass(cls):
setup_cache(clear=True)

def testSimpleCache(self):
cache("testValue", 5)
Expand Down

0 comments on commit ca02f45

Please sign in to comment.