Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jspreddy committed Jan 21, 2021
1 parent d14683d commit 1704b83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_history.py
Expand Up @@ -27,6 +27,10 @@ def tearDownClass(cls):
def get_hist_file_path(self, hist_dir):
return os.path.join(hist_dir, "history")

def setUp(self):
super().setUp()
readline.clear_history()


class TestHistoryManager(BaseHistoryManagerTest):

Expand Down

0 comments on commit 1704b83

Please sign in to comment.