stupid python 3.8 pre-commit still not adding the right trailing
commas....pull/1/head
parent
9dcffd9fad
commit
fa981affa9
|
@ -48,7 +48,7 @@ def test_no_contrib_props_defined():
|
||||||
(
|
(
|
||||||
'extensions', ExtensionsProperty(
|
'extensions', ExtensionsProperty(
|
||||||
spec_version='2.1', enclosing_type=_type,
|
spec_version='2.1', enclosing_type=_type,
|
||||||
)
|
),
|
||||||
),
|
),
|
||||||
))
|
))
|
||||||
_id_contributing_properties = []
|
_id_contributing_properties = []
|
||||||
|
@ -70,7 +70,7 @@ def test_no_contrib_props_given():
|
||||||
(
|
(
|
||||||
'extensions', ExtensionsProperty(
|
'extensions', ExtensionsProperty(
|
||||||
spec_version='2.1', enclosing_type=_type,
|
spec_version='2.1', enclosing_type=_type,
|
||||||
)
|
),
|
||||||
),
|
),
|
||||||
('value', StringProperty()),
|
('value', StringProperty()),
|
||||||
))
|
))
|
||||||
|
@ -92,7 +92,7 @@ def test_json_compatible_prop_values():
|
||||||
(
|
(
|
||||||
'extensions', ExtensionsProperty(
|
'extensions', ExtensionsProperty(
|
||||||
spec_version='2.1', enclosing_type=_type,
|
spec_version='2.1', enclosing_type=_type,
|
||||||
)
|
),
|
||||||
),
|
),
|
||||||
('string', StringProperty()),
|
('string', StringProperty()),
|
||||||
('int', IntegerProperty()),
|
('int', IntegerProperty()),
|
||||||
|
@ -132,7 +132,7 @@ def test_json_incompatible_timestamp_value():
|
||||||
(
|
(
|
||||||
'extensions', ExtensionsProperty(
|
'extensions', ExtensionsProperty(
|
||||||
spec_version='2.1', enclosing_type=_type,
|
spec_version='2.1', enclosing_type=_type,
|
||||||
)
|
),
|
||||||
),
|
),
|
||||||
('timestamp', TimestampProperty()),
|
('timestamp', TimestampProperty()),
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue