Skip to content

Commit 0a22afe

Browse files
Apply suggestions from code review
1 parent 5097208 commit 0a22afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ bit slower and are meant to pass on each commit.
236236

237237
In SBT, the command `sbt test` will run the unit test suite, while the command
238238
`sbt IntegrationTest/test` will run the integration test suite. During
239-
development, it should be fine to run in `~testQuick` mode.
239+
development, it should be fine to run in [quick-testing mode](https://www.scala-sbt.org/1.x/docs/Testing.html#testQuick), as `sbt ~testQuick`, running only previously failing tests or those expected to change on file save.
240240

241241
### Building the Sources
242242

@@ -257,7 +257,7 @@ tests (very fast) you can type:
257257
$ sbt test
258258
```
259259

260-
The functional tests are testing end-to-end flows of Scala SMT-LIB. They do take
260+
The integration tests test end-to-end flows of Scala SMT-LIB. They do take
261261
a bit more time and require some setup in your environment. In particular, they
262262
will try to use the SMT solvers `z3`, `cvc4`, `cvc5`, and `bitwuzla` if they are
263263
available in your PATH (the commands tried are exactly the solver names as

0 commit comments

Comments
 (0)