What would you like?
We're missing an option in the unit testing runner to pass a flag to allow developers to override wait states in their unit tests. We do support this with an environment variable: DURABLE_EXECUTION_TIME_SCALE but it should be a parameter to the test runner too.
Possible Implementation
We should add a skip_time flag to the test runners .run() method, or have it be enabled globally on the test runner object.
Is this a breaking change?
No
Does this require an RFC?
No
Additional Context
No response
What would you like?
We're missing an option in the unit testing runner to pass a flag to allow developers to override wait states in their unit tests. We do support this with an environment variable:
DURABLE_EXECUTION_TIME_SCALEbut it should be a parameter to the test runner too.Possible Implementation
We should add a
skip_timeflag to the test runners.run()method, or have it be enabled globally on the test runner object.Is this a breaking change?
No
Does this require an RFC?
No
Additional Context
No response