Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#77: Properly clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 21, 2021
1 parent 937c620 commit d3b073b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/rkd/core/api/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ class BasicTestingCase(TestCase):
_cwd = None

def setUp(self) -> None:
os.environ['RKD_PATH'] = ''

self._envs = deepcopy(os.environ)
self._cwd = os.getcwd()

Expand Down

0 comments on commit d3b073b

Please sign in to comment.