MozillaSecurity / ffpuppet

A Python module that aids in the automation of Firefox at the process level
Mozilla Public License 2.0
31 stars 7 forks source link

Wait on parent if poll() does not return an exit code #176

Closed tysmith closed 1 year ago

tysmith commented 1 year ago

This handles the shutdown race in FFPuppet.wait() as well.

codecov[bot] commented 1 year ago

Codecov Report

Merging #176 (b3e8cc9) into master (a58b202) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #176   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1498      1501    +3     
=========================================
+ Hits          1498      1501    +3     
Files Changed Coverage Δ
src/ffpuppet/core.py 100.00% <100.00%> (ø)