Skip to content

Releases: RedHatQE/wait_for

Release 1.2.0

29 Sep 07:40
9fca7da
Compare
Choose a tag to compare
Merge pull request #34 from elchupanebrej/multiple_handled_exception

Allow bypass only specific exceptions during waiting

Release 1.1.6

12 Jul 06:23
a78771a
Compare
Choose a tag to compare
Added "raise_original" keyword argument.

1.1.3

16 Jun 16:31
cd500b6
Compare
Choose a tag to compare

Add unit tests and resolve an InvocationError

1.1.2

16 Jun 12:49
d859f29
Compare
Choose a tag to compare
Merge pull request #22 from alacham/patch-1

wrong logging debug formatter fix

1.1.1

21 Nov 12:44
7702f75
Compare
Choose a tag to compare

Pinning parsedatetime due to a regression

1.1.0

30 Jul 14:41
bf9ac1f
Compare
Choose a tag to compare

Drop py2.7, 3.3, and 3.4 support, using py3.5, 3.6, and 3.7 into the testing matrix.

Explicit conversion of num_sec arg to a float

1.0.14

07 Jun 17:22
34733df
Compare
Choose a tag to compare

Two enhancements:

  1. @mfalesni added a return for silent_failure, so that the results can be unpacked without TypeError regardless of failure or success.

  2. @bsquizz added a log_on_loop option, defaulting to false, that allows for caller to trigger logging on every loop iteration. Function and 'try' number are included in Info level log message.

1.0.12

24 Apr 12:16
Compare
Choose a tag to compare
Fix message when lambda defined in interactive shell (#15)