Replies: 2 comments 3 replies
-
It's a built-in unit testing framework that is compatible with the samples we posted in the TripPin tutorial (+additional features). But it's not complete, and I'm not convinced it's what we want as part of our official unit testing functionality. |
Beta Was this translation helpful? Give feedback.
-
I can imagine pros and cons both ways. If you continue to include it, should its method names follow the "x.y" naming convention standard (e.g. Alternately, instead of including the framework as built in to the SDK's standard library, what about incorporating it as part of the default template for new projects? That way, someone can get rid of (or modify) it, if desired, but at the same time its presence by default would (hopefully) encourage people toward unit testing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The public global environment (e.g. what the
.query.pq
file can see) contains a number of unit test-related methos (likeFact
,FactCheck
,FactSummarize
,Theory
, etc.).Is the new SDK shipping with a built-in unit test framework, or is this something that leaked through?
Beta Was this translation helpful? Give feedback.
All reactions