Edit testing doc and add admonition to Grzegorz blog post on Qt testing#635
Edit testing doc and add admonition to Grzegorz blog post on Qt testing#635TimMonko merged 11 commits intonapari:mainfrom
Conversation
TimMonko
left a comment
There was a problem hiding this comment.
Overall great changes. Was about to play with some testing things (to see if I can replicate the Windows seg faults on my PC), so will use this PR as the resource and report back.
Co-authored-by: Tim Monko <timmonko@gmail.com>
TimMonko
left a comment
There was a problem hiding this comment.
Looks great! I like how the new change allows us to evolve by pointing to the necessary page, and not having to maintain the material in two places. Thanks!!
|
CI error for docs build is unrelated to this PR. |
|
not sure how to retrigger circleCI action? I'll just update branch |
|
I will say Circle was being finnicky early when I was merging into napari/napari |
|
Thanks @TimMonko. For the future, you can click through to the Circle CI dashboard and the upper right has a button to rerun Circle CI. |
|
Appreciate YOU @willingc |

References and relevant issues
Closes #494
Description
This PR edits the testing page. After reviewing each section, I added
information that would be helpful for contributors. An admonition was
added to reference Grzegorz' blog post on avoiding segfaults in Qt tests.
Also rearranged some sections like mocking to group common tasks before specifics.