Skip to content
Commit 0903b196 authored by David Kremer's avatar David Kremer Committed by Romain Bignon
Browse files

[ing] improve test case

- Doing a_list.pop(0) is bad because
    - it mutates the list
    - it is a O(n) operation

- Improve history parsing (2 days is too short)
parent 7573241f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment