Releases: rockem/busypie
Releases · rockem/busypie
v0.5.1
20 Oct 07:22
Compare
Sorry, something went wrong.
No results found
v0.4.5
26 Feb 14:28
Compare
Sorry, something went wrong.
No results found
Fixed error upon doing nested busy waiting. So now it's possible to do something like that:
def foo():
wait().until(app.got_a_message)
wait().until(foo)
v0.4.4
08 Jul 15:07
Compare
Sorry, something went wrong.
No results found
FIXED: Missing backports module in the pypi package
v0.4.3
08 Jul 08:27
Compare
Sorry, something went wrong.
No results found
FIXED: Missing backports module in the pypi package
v0.4.2
08 Jul 03:32
Compare
Sorry, something went wrong.
No results found
Fixed async run when running after another async run or in threads different than main
v0.4.1
29 Jun 20:28
Compare
Sorry, something went wrong.
No results found
Added support for asynchronous condition functions
Fixed README typos
Added support for partial condition functions
Retrieve condition function result from until & until_async
v0.4.0
12 Jun 19:40
Compare
Sorry, something went wrong.
No results found
Allow to use busypie with Python's async/await
Added Python 3.8 compatibility checks
Allow to define a custom description of condition
Now content of lambda is shown on timeout error
Added description field to ConditionTimeoutError
v0.3.0
31 Jan 18:38
Compare
Sorry, something went wrong.
No results found
Added set_default_timeout function to allow changing timeout default value
Added reset_defaults function to reset default values
v0.2.1
30 Dec 05:20
Compare
Sorry, something went wrong.
No results found
Allow to ignore specific exceptions with ignore_exceptions
Allow to change default polling interval with poll_interval
Allow to start expression with given()
Allow to change polling delay with poll_delay
Validate poll delay is smaller that max wait time
Added validate that time values are positive numbers
v0.1.1
21 Dec 16:36
Compare
Sorry, something went wrong.
No results found
Allow to wait up to specific timeout
Allow to ignore all exceptions