#I briefly did an experiment where a

1 messages ยท Page 1 of 1 (latest)

deep atlas
#

we could maybe do something similar to go, and have things that begin with Test run as tests? (though weird if you're writing a module that runs tests, like a pytest module or something)

the fun bit is definitely that you could have a zenith module that tests other zenith modules! ๐Ÿ™‚ ๐Ÿ™‚

misty plover
#

at one point I was thinking of just having it so that you write your tests like normal, and Dagger can run them. Not sure how much work that is per-SDK, but would be pretty nice

#

might be just as easy as running the module code tbh. It's not like the runtimes are particularly complicated

void osprey
#

Do you think running a series of validations(preflight checks) against API would be easier? Maybe we can't test inner workings or correctness of the module but we can definetely catch some low hanging fruits there.

misty plover
#

@void osprey it already validates that it compiles and runs, since it needs to do that as part of collecting the API docs / etc., but open to more ideas