https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 7e94767a51a743325e1151ff878b6e3b78622ef7 authored by Antoine R. Dumont (@ardumont) on 23 July 2020, 15:47:04 UTC
storage*: origin_get(Iterable[str]) -> Iterable[Optional[Origin]]
Tip revision: 7e94767
Makefile.local
TEST_DIRS := ./swh/storage/tests
TESTFLAGS=--hypothesis-profile=fast
back to top