- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 6 2022
Jan 5 2022
Dec 21 2021
Dec 20 2021
rebase
rebase
Dec 17 2021
Dec 16 2021
rebase
rebase
In D6854#178081, @ardumont wrote:Please pin mypy to 0.920 in tox.ini to avoid having to chase after these issues randomly in the future!
What do you mean by "pin mypy to 0.920"?
Check out the "referential" diff D6853 ;)
(tox.ini needs to be amended with mypy==0.920)
In D6854#178075, @olasd wrote:Please pin mypy to 0.920 in tox.ini to avoid having to chase after these issues randomly in the future!
rebase
rebase
Dec 15 2021
Dec 14 2021
improved associated test
Dec 13 2021
Dec 10 2021
rebase
rebase
rebase
rebase
rebase
rebase
rebase
update commit message
add help strings for cli options
Dec 6 2021
add @ardumont's suggestion
add @ardumont's suggestion
Dec 3 2021
Dec 2 2021
rebase
Assert directories are indeed not flattenned before processing them
rebase
rebase
rebase
rebase
rebase
Dec 1 2021
Removed parameter and replace BaseException for AssertionError
Nov 29 2021
rebase
rebase
Add docs compilation
DATE = datetime.fromtimestamp(1000000000) ONE_SEC = timedelta(seconds=1) HASH = b"20329687bb9c1231a7e05afe86160343ad49b494" RESOLVED_DATES = [ (((HASH, ), (HASH, DATE), (HASH, None)), {HASH: DATE}), ((HASH, DATE), (HASH, DATE+ONE_SEC)), {HASH: DATE}), ] @pytest.mark.parametrize("input,expected", RESOLVED_DATES) def test_resolve_dates() -> None: assert resolve_dates(input) == expectedI believe we can agree that this is not difficult to follow and read.