Skip to content

Commit

Permalink
Fixed some problems with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JJmako committed Nov 21, 2019
1 parent c162668 commit 4befd60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test-core.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def test_prompt(self):

def test_prompt_overwrite(self):
assert (prompt_overwrite('', True, None))
assert (not prompt_overwrite('data/resources/dummy_resources.json', False, 'n'))
assert (prompt_overwrite('data/resources/dummy_resources.json', False, 'y'))
assert (prompt_overwrite('data/resources/dummy_resources.json', False, 'wrong') is None)

def test_prompt_value(self):
assert (prompt_value(question='', max_laps=1, test_input='test', is_question=True, choices=['test']) is None)
Expand Down

0 comments on commit 4befd60

Please sign in to comment.