Skip to content

Commit 9027dbf

Browse files
authored
[LQP Meta] More tests (#207)
* Add unit and error tests for parser and pretty printer * Use the snapshots in /tests for go testing; don't copy the snapshots
1 parent 26f2386 commit 9027dbf

62 files changed

Lines changed: 1137 additions & 2944 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ sdks/julia/LogicalQueryProtocol/test/lqp_output/**
2525
sdks/julia/LogicalQueryProtocol/test/lqp_output/**
2626
sdks/julia/LogicalQueryProtocol/test/lqp_pretty_output/**
2727

28+
# Go SDK
29+
sdks/go/test/lqp_pretty_output
30+
2831
# Other
2932
.DS_Store
3033
.envrc

0 commit comments

Comments
 (0)