aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/namedtuple_asdict.py
AgeCommit message (Collapse)Author
2018-06-27tests/basics/namedtuple*: Import ucollections first.Paul Sokolovsky
Otherwise, test may have artefacts in the presence of the micropython-lib module.
2017-11-12py/objnamedtuple: Add _asdict function if OrderedDict is supportedstijn