Remove pylint from the project
This commit is contained in:
parent
100fac659a
commit
9196c88ed4
25 changed files with 9 additions and 172 deletions
|
|
@ -1,5 +1,4 @@
|
|||
"""Test the ORM's `Order` model."""
|
||||
# pylint:disable=no-self-use,protected-access
|
||||
|
||||
import datetime
|
||||
import random
|
||||
|
|
@ -49,8 +48,6 @@ class TestProperties:
|
|||
and provided by the `make_order` fixture.
|
||||
"""
|
||||
|
||||
# pylint:disable=no-self-use,too-many-public-methods
|
||||
|
||||
def test_is_ad_hoc(self, order):
|
||||
"""Test `Order.scheduled` property."""
|
||||
assert order.ad_hoc is True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue