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
There is a TimerRequest class, but creating a new instance of it fails with the following error:
req = func.TimerRequest()
TypeError: Can't instantiate abstract class TimerRequest with abstract methods past_due
Having posted on StackOverflow to ask about the correct approach for this e.g. if I want to test behaviour of a function which has past_due set, but had no answers, I'm opening this bug to request that Python functions allow unit testing.