Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
4f5b73fc
Commit
4f5b73fc
authored
Dec 10, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
fix flake8
parent
7c1d40e3
Pipeline
#19679
passed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/metagenedb/common/utils/parsers/test_eggnog.py
View file @
4f5b73fc
...
...
@@ -10,8 +10,7 @@ class TestEggNogAnnotationLineParser(TestCase):
expected_dict
=
{
'function_id'
:
"28H54"
,
'name'
:
"translational termination"
,
'
functional_category'
:
"K"
'functional_category'
:
"K"
}
test_dict
=
EggNogAnnotationLineParser
.
get_dict
(
ko_line
)
self
.
assertDictEqual
(
test_dict
,
expected_dict
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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