pyface icon indicating copy to clipboard operation
pyface copied to clipboard

Wx Test Assistants

Open corranwebster opened this issue 7 years ago • 2 comments

These are Wx versions of the GuiTestAssistant and other related code. This should not be merged until tests run cleanly. We expect significant breakage since this is running tests that would otherwise be impossible on Wx based code. They may also need work to make the tools better, safer and more cross-platform.

corranwebster avatar Mar 15 '17 15:03 corranwebster

Codecov Report

Merging #266 into master will decrease coverage by 11.94%. The diff coverage is 0%.

@@             Coverage Diff             @@
##           master     #266       +/-   ##
===========================================
- Coverage    35.7%   23.76%   -11.95%     
===========================================
  Files         454      458        +4     
  Lines       25343    25694      +351     
  Branches     3805     3866       +61     
===========================================
- Hits         9048     6105     -2943     
- Misses      15890    19281     +3391     
+ Partials      405      308       -97
Impacted Files Coverage Δ
pyface/ui/wx/util/event_loop_helper.py 0% <0%> (ø)
pyface/ui/wx/util/helpers.py 0% <0%> (ø)
pyface/ui/wx/util/modal_dialog_tester.py 0% <0%> (ø)
pyface/ui/wx/python_shell.py 0% <0%> (-72.66%) :arrow_down:
pyface/ui/wx/util/gui_test_assistant.py 0% <0%> (ø)
pyface/ui/wx/grid/api.py 0% <0%> (-100%) :arrow_down:
pyface/action/tool_palette_manager.py 0% <0%> (-100%) :arrow_down:
pyface/dock/api.py 0% <0%> (-100%) :arrow_down:
pyface/ui/wx/widget.py 0% <0%> (-100%) :arrow_down:
pyface/ui/wx/beep.py 0% <0%> (-100%) :arrow_down:
... and 79 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e499888...261f4ba. Read the comment docs.

codecov-io avatar Mar 15 '17 15:03 codecov-io

Codecov Report

Merging #266 into master will decrease coverage by 10.19%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
- Coverage   36.63%   26.43%   -10.2%     
==========================================
  Files         481      485       +4     
  Lines       26424    26757     +333     
  Branches     3917     3970      +53     
==========================================
- Hits         9680     7074    -2606     
- Misses      16321    19333    +3012     
+ Partials      423      350      -73
Impacted Files Coverage Δ
pyface/ui/wx/util/gui_test_assistant.py 0% <0%> (ø)
pyface/ui/wx/util/event_loop_helper.py 0% <0%> (ø)
pyface/ui/wx/util/modal_dialog_tester.py 0% <0%> (ø)
pyface/ui/wx/python_shell.py 0% <0%> (-25%) :arrow_down:
pyface/ui/wx/util/helpers.py 0% <0%> (ø)
pyface/ui/wx/tasks/split_editor_area_pane.py 0% <0%> (-100%) :arrow_down:
pyface/action/tool_palette_manager.py 0% <0%> (-100%) :arrow_down:
pyface/ui/wx/fields/spin_field.py 0% <0%> (-100%) :arrow_down:
pyface/ui/wx/widget.py 0% <0%> (-100%) :arrow_down:
pyface/qt/QtNetwork.py 0% <0%> (-100%) :arrow_down:
... and 115 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42bdac6...0194547. Read the comment docs.

codecov-io avatar Sep 13 '19 08:09 codecov-io