You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments