Skip to content
GitLab
Menu
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
3e4aa2c6
Commit
3e4aa2c6
authored
Aug 14, 2020
by
Kenzo-Hugo Hillion
♻
Browse files
update import for factory_boy 3.x
parent
526c2950
Pipeline
#35725
passed with stages
in 2 minutes and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/metagenedb/apps/catalog/factory/function.py
View file @
3e4aa2c6
from
factory
import
DjangoModelFactory
,
Faker
,
fuzzy
from
factory
import
Faker
,
fuzzy
from
factory.django
import
DjangoModelFactory
from
metagenedb.apps.catalog
import
models
...
...
backend/metagenedb/apps/catalog/factory/gene.py
View file @
3e4aa2c6
from
factory
import
(
DjangoModelFactory
,
Faker
,
RelatedFactory
,
SubFactory
,
fuzzy
Faker
,
RelatedFactory
,
SubFactory
,
fuzzy
)
from
factory.django
import
DjangoModelFactory
from
metagenedb.apps.catalog
import
models
...
...
backend/metagenedb/apps/catalog/factory/taxonomy.py
View file @
3e4aa2c6
from
collections
import
OrderedDict
from
factory
import
DjangoModelFactory
,
fuzzy
from
factory
import
fuzzy
from
factory.django
import
DjangoModelFactory
from
faker
import
Factory
from
metagenedb.apps.catalog
import
models
...
...
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