plenary.nvim/plugin
Matteo Golin 9ce85b0f7d
fix(test_harness): floating results window (#520)
* Resolved invalid escape sequence error caused by Windows backslash in filepaths.

* PlenaryBustedDirectory now works with no path issues, and the PlenaryTestFile keymap now properly tests only the file.

* Refactored test running and floating window logic out into _test_paths and made test_directory only responsible for passing a list of test files to the new _test_paths function. Finally added a test_file function which calls _test_paths with only one path: the current file.

* Update fix to be unique to Windows machines. For some reason, Path:absolute behaves differently on Linux.
2023-09-12 15:47:13 +02:00
..
plenary.vim fix(test_harness): floating results window (#520) 2023-09-12 15:47:13 +02:00