Add creation date and time metadata, preserver metadata order with SortedDict
This commit is contained in:
@@ -81,7 +81,7 @@ class FixtureMetadata(object):
|
||||
fixture.
|
||||
"""
|
||||
|
||||
_registry = {}
|
||||
_registry = SortedDict()
|
||||
|
||||
@classmethod
|
||||
def get_all(cls):
|
||||
|
||||
Reference in New Issue
Block a user