Skip to content

Commit

Permalink
Remove redundant integration tests
Browse files Browse the repository at this point in the history
These are now checked in via the examples.
  • Loading branch information
Shon Feder committed Jul 11, 2023
1 parent 6adf035 commit 62c7670
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions quint/cli-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,36 +182,6 @@ Temporarily disabled.
<!-- !test check LamportMutex - Types & Effects -->
quint typecheck ../examples/classic/distributed/LamportMutex/LamportMutex.qnt

### OK on parse records

<!-- !test check records -->
quint parse ../examples/language-features/records.qnt

### OK on typecheck records

<!-- !test check records - Types & Effects-->
quint typecheck ../examples/language-features/records.qnt

### OK on parse tuples

<!-- !test check tuples -->
quint parse ../examples/language-features/tuples.qnt

### OK on typecheck tuples

<!-- !test check tuples - Types & Effects-->
quint typecheck ../examples/language-features/tuples.qnt

### OK on typecheck counters

<!-- !test check counters - Types & Effects-->
quint typecheck ../examples/language-features/counters.qnt

### OK on typecheck booleans

<!-- !test check booleans - Types & Effects-->
quint typecheck ../examples/language-features/booleans.qnt

### OK on typecheck coin

<!-- !test check coin - Types & Effects-->
Expand Down

0 comments on commit 62c7670

Please sign in to comment.