docs: add time-machine as working example (#604)

* Add time-machine as working example

* docs: rerun projects.py

Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Adam Johnson
2021-02-20 15:04:56 -05:00
committed by GitHub
co-authored by Henry Schreiner
parent 66195bf4bc
commit b5b825783f
2 changed files with 61 additions and 52 deletions
+6
View File
@@ -287,3 +287,9 @@
ci: [github]
os: [apple, linux, windows]
notes: Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example.
- name: time-machine
gh: adamchainz/time-machine
ci: [github]
os: [apple, linux, windows]
notes: Time mocking library using only the CPython C API.