Skip to content

Commit

Permalink
Fix incremental test
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Aug 1, 2023
1 parent 27a15c7 commit f7e4fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coconut/tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,8 @@ def test_and(self):

def test_incremental(self):
run(["--incremental"])
run(["--incremental", "--force"])
# includes "Error" because exceptions include the whole file
run(["--incremental", "--force"], check_errors=False)

if PY35:
def test_no_wrap(self):
Expand Down

0 comments on commit f7e4fbc

Please sign in to comment.