Skip to content

Commit

Permalink
Reduce tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Aug 22, 2024
1 parent c4b8016 commit bfff1eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions coconut/tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1054,11 +1054,8 @@ def test_any_of(self):
}):
run()

def test_keep_lines(self):
run(["--keep-lines"])

def test_strict(self):
run(["--strict"])
def test_strict_keep_lines(self):
run(["--strict", "--keep-lines"])

def test_and(self):
run(["--and"]) # src and dest built by comp
Expand Down

0 comments on commit bfff1eb

Please sign in to comment.