Skip to content

Commit

Permalink
Remove snapshot tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jul 19, 2023
1 parent 9492886 commit 99dd19c
Show file tree
Hide file tree
Showing 69 changed files with 20 additions and 11,935 deletions.
148 changes: 14 additions & 134 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ lalrpop = "0.20"

[dev-dependencies]
glob = "0.3.1"
insta = { version = "1.31.0", features = ["yaml"] }
libtest-mimic = "0.6.1"
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ Run `vsce package` in the `vscode/egglog-1.0.0` folder to reconstruct the .vsix

To run the tests use `make test`.

We use [`insta`](https://insta.rs/) for snapshot testing. For output stability, these tests must always be run using `make test`.

If you make a change that intentionally changes the output format, you can update all snapshots with `env INSTA_UPDATE=1 make test`.

# Syntax

The syntax of the .egg files is defined in `src/ast/parse.lalrpop`.
Expand Down
Loading

0 comments on commit 99dd19c

Please sign in to comment.