Refactor tests.db.fake_data.factories into a package
This commit is contained in:
parent
7e23033d84
commit
f891fac3dc
10 changed files with 236 additions and 172 deletions
|
|
@ -167,6 +167,8 @@ per-file-ignores =
|
|||
S311,
|
||||
# Shadowing outer scopes occurs naturally with mocks.
|
||||
WPS442,
|
||||
# `utils` should be a valid module name.
|
||||
WPS100,
|
||||
# Test names may be longer than 40 characters.
|
||||
WPS118,
|
||||
# Modules may have many test cases.
|
||||
|
|
|
|||
Loading…
Reference in a new issue