-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more lib doc fixes, especially broken links.
Signed-off-by: David Wood <[email protected]>
- Loading branch information
Showing
5 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Transform Testing | ||
Once a transform has been built, testing can be enabled with the provided testing framework: | ||
|
||
* [Standalone Transform Testing](transform-standalone-testing) - shows how to test a transform independent of the runtime. | ||
* [Standalone Transform Testing](transform-standalone-testing.md) - shows how to test a transform independent of the runtime. | ||
* [End-to-End Testing](testing-e2e-transform.md) - shows how to test the transform running in a runtime. | ||
* [Testing Transforms with S3](transform-s3-testing) -shows how to set up `minio` to test transforms with the S3 interfaces. | ||
* [Testing Transforms with S3](transform-s3-testing.md) -shows how to set up `minio` to test transforms with the S3 interfaces. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters