Skip to content

Commit

Permalink
docs: update README to reflect test expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed Dec 6, 2024
1 parent 43fb1c8 commit 7d795e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you feel so inclined, we'd love contributions toward any of the above, with b

## Testing strategy

This project is primarily tested by comparing its behavior with other existing shells, leveraging the latter as test oracles. The integration tests implemented in this repo include [300+ test cases](brush-shell/tests/cases) run on both this shell and an oracle, comparing standard output and exit codes.
This project is primarily tested by comparing its behavior with other existing shells, leveraging the latter as test oracles. The integration tests implemented in this repo include [450+ test cases](brush-shell/tests/cases) run on both this shell and an oracle, comparing standard output and exit codes.

For more details, please consult the [reference documentation on integration testing](docs/reference/integration-testing.md).

Expand Down

0 comments on commit 7d795e5

Please sign in to comment.