Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
b68d653a
Unverified
Commit
b68d653a
authored
Jan 17, 2022
by
Matheus Felipe
Browse files
Remove whitespace
parent
9d1bd193
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/tests/test_validate_format.py
View file @
b68d653a
...
@@ -53,7 +53,7 @@ class TestValidadeFormat(unittest.TestCase):
...
@@ -53,7 +53,7 @@ class TestValidadeFormat(unittest.TestCase):
categories
,
category_line_num
=
result
categories
,
category_line_num
=
result
self
.
assertIsInstance
(
categories
,
dict
)
self
.
assertIsInstance
(
categories
,
dict
)
self
.
assertIsInstance
(
category_line_num
,
dict
)
self
.
assertIsInstance
(
category_line_num
,
dict
)
expected_result
=
({
'A'
:
[
'AA'
,
'AB'
],
'B'
:
[
'BA'
,
'BB'
]},
{
'A'
:
0
,
'B'
:
6
})
expected_result
=
({
'A'
:
[
'AA'
,
'AB'
],
'B'
:
[
'BA'
,
'BB'
]},
{
'A'
:
0
,
'B'
:
6
})
for
res
,
ex_res
in
zip
(
result
,
expected_result
):
for
res
,
ex_res
in
zip
(
result
,
expected_result
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment