Skip to content

Commit

Permalink
Tests: Add testcase to exercise Mac OS issue (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed May 27, 2023
1 parent c8ad2a5 commit a3f3386
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from unittest import TestCase

from combo_lock.util import get_ram_directory


class TestComboLock(TestCase):
def test_ram_dir(self):
ram_dir = get_ram_directory("combo_locks")
assert(ram_dir is not None)

0 comments on commit a3f3386

Please sign in to comment.