fortran-lang / vscode-fortran-support

Fortran language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran
MIT License
216 stars 30 forks source link

tests(ui): adds teardown process for Install tests #1011

Closed gnikit closed 11 months ago

gnikit commented 11 months ago

The mocking for UI tests is rather difficult to control. Notifications pop-up in all sorts of orders. This PR aims to somewhat help with that. We might have to edit how the assertions work to make this more robust.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e4540f6) 83.64% compared to head (28042fe) 83.64%.

:exclamation: Current head 28042fe differs from pull request most recent head 717d511. Consider uploading reports for the commit 717d511 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1011 +/- ## ======================================= Coverage 83.64% 83.64% ======================================= Files 12 12 Lines 2311 2311 Branches 205 205 ======================================= Hits 1933 1933 Misses 373 373 Partials 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.