wait_for_it

a python package which waits for a certain result to be there

GPL-3.0 License

Downloads
896
Stars
1
Committers
3
wait_for_it - 0.0.21 Latest Release

Published by studioj over 1 year ago

What's Changed

Full Changelog: https://github.com/studioj/wait_for_it/compare/0.0.20...0.0.21

wait_for_it - adding to not raise an exception

Published by studioj almost 5 years ago

wait_for_it - Support for parameterized functions

Published by studioj about 5 years ago

Now functions can have parameters passed to the wait_for_it_to wait methods

wait_for_it - fixing python 2.7 installation issue

Published by studioj about 5 years ago

wait_for_it -

Published by studioj about 5 years ago

wait_for_it - fixing installers

Published by studioj about 5 years ago

wait_for_it - fixing 2.7 support when installing

Published by studioj about 5 years ago

setup.py contained some python3 only code

wait_for_it - adding 2.7 support

Published by studioj about 5 years ago

wait_for_it - adding to be Equal

Published by studioj about 5 years ago

fixed to_be_true and to_be_false which didnt check for the actual value

wait_for_it - adding to be False

Published by studioj about 5 years ago

adding new functionality
Since 0.0.9 you can also wait for something to evaluate to False

wait_for_it - adding timeout functionality

Published by studioj about 5 years ago

adding timeout functionality