Add link to e2e testing docs

pull/1656/head
Sean Silva 2022-11-25 11:33:34 +00:00
parent b3f68dfef3
commit 9fb63ce9d9
1 changed files with 2 additions and 2 deletions

View File

@ -401,8 +401,8 @@ test cases.
### Do's and Don'ts for unit vs end-to-end testing.
DO use an end-to-end test if you are implementing a new op or extending the
support for an existing op.
DO use an [end-to-end test](adding_an_e2e_test.md) if you are implementing a
new op or extending the support for an existing op.
DO use a unit test if your lowering for an op has multiple cases / logic. This
also helps future maintainers of the lowering to see in one place all the