Replies: 1 comment 2 replies
-
|
Internally we have TestAstFunc2 (look at the .txtar tests) Of course we need to add something for: #868 The bigger long-term problem is how to describe what the test of a dynamic, distributed system should look like. How would you do that? I have some ideas but it's a bigger project. If you think there's a smaller subset of what we should allow today such that we could add an |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of our issues is that we could write tests, but it is really cumbersome [in cfengine]. I would very much see a good story here. Right now what I came up with is for testing
/examples/lang/hello0.mcl, is:but running this is not as easy as 'go test', so could not make mgmt exit with status 1, but I haven't looked really hard if that is possible.
Beta Was this translation helpful? Give feedback.
All reactions