databricks-cli/cmd/fs
Pieter Noordhuis 7d732ceba8
Consolidate test helpers for `io/fs` (#1906)
## Changes

We had a number of copies of test helpers for `io/fs` in the repository.

This change consolidates all of them to use the `libs/fakefs` package.

## Tests

Unit tests pass.
2024-11-15 15:37:21 +00:00
..
cat.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
cp.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
events.go Add fs cp command (#463) 2023-06-16 17:09:08 +02:00
fs.go Add support for UC Volumes to the `databricks fs` commands (#1209) 2024-02-20 16:14:37 +00:00
helpers.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
helpers_test.go Consolidate test helpers for `io/fs` (#1906) 2024-11-15 15:37:21 +00:00
ls.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
mkdir.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
rm.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00