-
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support
datetime.timedelta
as a valid wait unit type (#342)
* Support `datetime.timedelta` as a valid wait unit type Signed-off-by: Noam Bloom <[email protected]> * Add datetime.timedelta support tests Signed-off-by: Noam Bloom <[email protected]> Co-authored-by: Noam Bloom <[email protected]> Co-authored-by: Julien Danjou <[email protected]>
- Loading branch information
1 parent
f6465c0
commit 18d05a6
Showing
3 changed files
with
65 additions
and
47 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
releasenotes/notes/support-timedelta-wait-unit-type-5ba1e9fc0fe45523.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
features: | ||
- Add ``datetime.timedelta`` as accepted wait unit type. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters