neovim-qt icon indicating copy to clipboard operation
neovim-qt copied to clipboard

Add GuiNewWindow Test Coverage

Open jgehrig opened this issue 2 years ago • 0 comments

We should have UnitTest coverage for this feature.

Consider covering the following:

  • Does a new window actually open?
  • Are --server arguments forwarded correctly?
  • Are --nvim arguments forwarded correctly?
  • Out of order close, close first window?
  • Exit Code

It would be nice to isolate the tests into a new test file. tst_newwindow?

If we must, we can add these to tst_shell. However, you'll likely hit merge conflicts with some upcoming work.

jgehrig avatar Jul 27 '21 03:07 jgehrig