...
Code Block | ||||
---|---|---|---|---|
| ||||
import ecflow defs = Defs("cron,.def") result = defs.simulate() assert len(result) == 0, "Expected simulation to return without any errors, but found:\n" + result |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
import ecflow defs = Defs("cron,.def") result = defs.simulate() assert len(result) == 0, "Expected simulation to return without any errors, but found:\n" + result |
...