diff --git a/.lycheeignore b/.lycheeignore new file mode 100644 index 00000000..61cad0be --- /dev/null +++ b/.lycheeignore @@ -0,0 +1,2 @@ +https://github.com/reubeno/brush/* +target/* diff --git a/README.md b/README.md index 2b1c5a47..a3cbc015 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ We'd absolutely love your help with any of the above, with broadening test cover ## 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](cli/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 [300+ 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).