elvish/pkg/testutil
2024-02-10 17:44:46 +00:00
..
chmod.go Implement os:stat. 2023-08-21 00:05:05 -04:00
dedent_test.go Parse comment blocks preceding var and fn declarations as doc comments. 2022-11-22 22:59:31 +00:00
dedent.go Parse comment blocks preceding var and fn declarations as doc comments. 2022-11-22 22:59:31 +00:00
fs.go pkg/testutil: Let Dir implement fs.FS. 2024-01-30 20:15:58 +00:00
recover_test.go pkg/tt: Improve API. 2024-01-11 15:42:43 +00:00
recover.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
scaled_test.go pkg/testutil: ScaledMs -> Scaled, takes a time.Duration instead. 2021-10-05 01:02:54 +01:00
scaled.go Fixup for #1691. 2023-05-06 23:55:34 +01:00
set_test.go pkg/edit/complete: Change Complete to take an Evaler. 2022-04-11 21:39:29 +01:00
set.go pkg/edit/complete: Change Complete to take an Evaler. 2022-04-11 21:39:29 +01:00
temp_env_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
temp_env.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
testdir_nonwindows_test.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
testdir_test.go Require Go 1.21. 2024-02-10 17:44:46 +00:00
testdir.go pkg/testutil: Let Dir implement fs.FS. 2024-01-30 20:15:58 +00:00
testutil_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
testutil.go Implement os:stat. 2023-08-21 00:05:05 -04:00
umask_unix.go Use the unix build tag. 2023-03-03 00:01:26 +00:00
umask_windows.go pkg/testutil: Add utility for setting umask during tests. 2021-09-12 14:42:06 +01:00
umask.go Fix staticcheck errors on Windows. 2022-06-05 22:46:24 +01:00