sapling/eden/cli/test
Genevieve Helsel c304e34c2d cli scuba logging setup
Summary:
this is used up the stack. This introduces generic scuba logging for the cli layer. In case of the open source build, `log` will be a no-op as suggested in `cli/telemetry.py`.

this is used as so:
```
from .telemetry import build_base_sample, log
# for example, I am adding the field "status" to know that this is a status call.
sample = instance.build_sample("status").add_string("something", "another")
instance.log(sample)
```

Reviewed By: simpkins

Differential Revision: D19816913

fbshipit-source-id: b055d4d1e29456e3549292e6f5047b935f11e4e2
2020-02-18 08:05:49 -08:00
..
lib Tidy up license headers 2019-10-11 05:28:23 -07:00
cli_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00
config_test.py cli scuba logging setup 2020-02-18 08:05:49 -08:00
debug_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00
find_eden_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00
interp_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00
logfile_test.py update license headers in .py files 2019-06-19 17:02:46 -07:00
mtab_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00
stats_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00
systemd_test.py eden: remove hypothesis test bits 2020-01-23 11:37:27 -08:00
tabulate_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00
telemetry_test.py cli scuba logging setup 2020-02-18 08:05:49 -08:00
top_test.py properly escape command line arguments in eden top 2020-01-31 10:07:49 -08:00
util_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00
wait_for_shutdown_test.py Tidy up license headers 2019-10-11 05:28:23 -07:00