We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c39e66 commit 532d9bfCopy full SHA for 532d9bf
scip-ruby.md
@@ -33,6 +33,15 @@ Updating snapshots
33
./bazel test //test/scip:update --config=dbg
34
```
35
36
+## Writing a new SCIP test
37
+
38
+See the existings tests under `test/scip/testdata`
39
+and copy the structure. One caveat is that the first time
40
+you add a new test, you should create matching `.snapshot.rb` files
41
+(which may be empty) for all new `.rb` files,
42
+since those are used as inputs to Bazel.
43
+If you know of a way to get rid of that annoyance, submit a PR.
44
45
## Manually testing against larger codebases
46
47
Some OSS repos that can be used to exercise scip-ruby are:
0 commit comments