zulip/zerver/webhooks/beeminder
Ricky 7c830c5767 webhooks/beeminder: Mock time.time() to avoid race.
Rewritten in significant part by tabbott to actually be correct.

One particularly nasty thing the original webhook integration did is
do `current_time = time.time()` at the top of the `view.py` function
-- that means that code ran at import time, not runtime.
2018-03-09 11:12:40 -08:00
..
fixtures webhooks/beeminder: Make deadline time (time_remain) positive. 2018-02-12 12:03:25 -08:00
__init__.py webhooks: Add Beeminder webhook. 2018-01-17 09:24:12 -05:00
doc.md webhooks/beeminder: Fix documentation to append email to URL. 2018-02-12 12:03:25 -08:00
tests.py webhooks/beeminder: Mock time.time() to avoid race. 2018-03-09 11:12:40 -08:00
view.py webhooks/beeminder: Mock time.time() to avoid race. 2018-03-09 11:12:40 -08:00