lazygit/pkg/commands/oscommands
Stefan Haller 8d3cce4a49 Rename test files so that test discovery works again
These files were renamed from os_windows_test.go to os_test_windows.go (etc.) in
95b2e9540a. Since then, the tests have no longer run, since go only looks for
tests in files ending with "test.go".

It isn't important that the file name ends with "_windows.go", since there are
already build constrains in the files themselves.
2023-04-13 13:14:00 +02:00
..
cmd_obj.go fix(loaders/file.go): changed to ignore stderr when loading git status 2022-09-19 18:46:32 +09:00
cmd_obj_builder.go appease golangci-lint (#2512) 2023-03-19 11:20:29 +11:00
cmd_obj_runner.go Fix checking for credentials performance (#2452) 2023-03-19 11:08:54 +11:00
cmd_obj_runner_default.go more refactoring 2022-01-09 14:09:53 +11:00
cmd_obj_runner_test.go Fix checking for credentials performance (#2452) 2023-03-19 11:08:54 +11:00
cmd_obj_runner_win.go add deadlock mutex package 2022-08-07 11:16:14 +10:00
copy.go no more naked returns 2022-03-25 23:27:28 +11:00
dummies.go use tempdir in tests to prevent polluting worktree 2022-11-13 14:10:21 +11:00
fake_cmd_obj_runner.go fix(loaders/file.go): changed to ignore stderr when loading git status 2022-09-19 18:46:32 +09:00
gui_io.go formatter 2022-09-17 15:10:41 -07:00
os.go remove deprecated calls 2022-09-17 15:10:41 -07:00
os_default_platform.go update tests 2022-01-04 09:07:15 +11:00
os_default_test.go Rename test files so that test discovery works again 2023-04-13 13:14:00 +02:00
os_test.go remove deprecated calls 2022-09-17 15:10:41 -07:00
os_windows.go update tests 2022-01-04 09:07:15 +11:00
os_windows_test.go Rename test files so that test discovery works again 2023-04-13 13:14:00 +02:00