You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a set of integration tests under execute, which compile and run code without the overhead of the CLI and Worker. It's a really nice way to focus tests on code without worrying about infrastructure.
We don't have many tests at the moment and I'm keen to add more
I'd be really keen to add a while of lazy state tests to the lazy-state file. Simple stuff, advanced stuff, even illegal stuff. I'd like this to be a really comprehensive and definitive listing of lazy state usage.
We should start with very basic tests, which could even be copied from the examples on the docsite. Tests should build up methodically and go onto more complicated stuff.
The examples used here could go on to be used to train AI.
We have a set of integration tests under
execute
, which compile and run code without the overhead of the CLI and Worker. It's a really nice way to focus tests on code without worrying about infrastructure.We don't have many tests at the moment and I'm keen to add more
I'd be really keen to add a while of lazy state tests to the
lazy-state
file. Simple stuff, advanced stuff, even illegal stuff. I'd like this to be a really comprehensive and definitive listing of lazy state usage.We should start with very basic tests, which could even be copied from the examples on the docsite. Tests should build up methodically and go onto more complicated stuff.
The examples used here could go on to be used to train AI.
Resources:
The text was updated successfully, but these errors were encountered: