Adjust flake8 ...
... to not complain about implementation details when testing.
This commit is contained in:
parent
776112d609
commit
992d2bb7d4
4 changed files with 7 additions and 5 deletions
|
|
@ -317,7 +317,7 @@ class AdHocOrderFactory(alchemy.SQLAlchemyModelFactory):
|
|||
obj.delivery_at = None
|
||||
obj.delivery_at_corrected = None
|
||||
obj.delivery_not_confirmed = None
|
||||
obj._courier_waited_at_delivery = None # noqa:WPS437
|
||||
obj._courier_waited_at_delivery = None
|
||||
|
||||
|
||||
class ScheduledOrderFactory(AdHocOrderFactory):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue