Skip to content
Commit 843aa82a authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.utils: Fix lisa.utils.namedtuple Mapping interface

Iterating over a tuple yields the values it contains, like a list. Iterating
over a mapping must yield the keys, i.e. the field names. Make
lisa.utils.namedtuple comply with the Mapping interface rather than the tuple
one, since that's the most suited for generic introspection of test metrics.
parent 2acc9860
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment