sapling/eden/fs/cli/test
John Reese f42333f17c Apply pyfmt to fbcode/eden
Summary:
Formats a subset of opted-in Python files in fbsource.
Black formatting was applied first, which is guaranteed
safe as the AST will not have changed during formatting.
Pyfmt was then run, which also includes import sorting.
The changes from isort were manually reviewed, and
some potentially dangerous changes were reverted,
and the  directive was added to those
files. A final run of pyfmt shows no more changes to
be applied.

Reviewed By: zertosh

Differential Revision: D24101830

fbshipit-source-id: 0f2616873117a821dbc6cfb6d8e4f64f4420312b
2020-10-04 04:51:00 -07:00
..
lib Custom pyre upgrade for eden 2020-05-04 21:19:20 -07:00
cli_test.py Move eden.cli namespace to eden.fs.cli 2020-03-25 11:46:56 -07:00
config_test.py fix command line parsing tests on mac 2020-09-08 18:43:05 -07:00
debug_test.py Move eden.cli namespace to eden.fs.cli 2020-03-25 11:46:56 -07:00
find_eden_test.py remove resolve_path 2020-09-18 16:39:52 -07:00
interp_test.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
logfile_test.py Move eden.cli namespace to eden.fs.cli 2020-03-25 11:46:56 -07:00
mtab_test.py handle mounts with device type starting with edenfs: 2020-09-11 13:35:03 -07:00
process_finder_tests.py add is_process_alive() and is_edenfs_process() methods to ProcUtils 2020-04-03 20:05:35 -07:00
stats_test.py remove stats memory command 2020-05-05 12:09:11 -07:00
systemd_test.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
tabulate_test.py eliminate extra blank line in tabulate 2020-07-17 06:43:58 -07:00
telemetry_test.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
top_test.py add --mount option to eden debug processfetch 2020-07-17 06:43:58 -07:00
util_test.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
wait_for_shutdown_test.py Move eden.cli namespace to eden.fs.cli 2020-03-25 11:46:56 -07:00