Revision 6ef1dc1cdd7c5fdaf002bf31c1a2d3203815f436 authored by Valentin Lorentz on 09 May 2019, 14:29:46 UTC, committed by Valentin Lorentz on 10 May 2019, 08:25:55 UTC
There is more repetition, but it's easier to read and
'%timeit Revision.from_dict(d)' is 5 times faster.
1 parent fc3d3c1
Raw File
pytest.ini
[pytest]
addopts = --doctest-modules
norecursedirs = docs
back to top