mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
Also: os._exit is much faster than sys.exit, so remember to flush stderr or we won't see the errors we just printed. Also also: Mock os._exit to raise SystemExit in tests so that they can still run. (os._exit raises nothing and kills the test immediately) Differential Revision: https://phabricator.services.mozilla.com/D70047 --HG-- extra : moz-landing-system : lando |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| parse_events.py | ||
| parse_histograms.py | ||
| parse_scalars.py | ||
| shared_telemetry_utils.py | ||