Closed orlade-anz closed 4 years ago
Please do not post any internal, closed source snippets on this public issue tracker!
Please describe the end goal you are trying to achieve that has led you to request this feature.
Provide a standard approach and tooling for unit testing arr.ai code.
What have you tried, and how might this problem be solved?
arrai test
go test
See go/arrai-testing for more details.
Simple tests in Sysl: https://github.com/anz-bank/sysl/pull/1027
Please do not post any internal, closed source snippets on this public issue tracker!
Purpose
Provide a standard approach and tooling for unit testing arr.ai code.
Suggested approaches
arrai test
command to run tests in a directory (analogous togo test
).See go/arrai-testing for more details.