Skip to content

Commit 4b2309e

Browse files
committed
Pylint
1 parent 7a567d9 commit 4b2309e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tests.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pytest
1111
from chile_rut.main import Rut, RutDigitoVerificador, RutBase, RutInvalidoError
1212

13-
13+
# pylint: disable=R0904
1414
class TestRutDigitoVerificador:
1515
"""
1616
Test suite for the RutDigitoVerificador class.
@@ -310,6 +310,7 @@ def test_validate_list_of_valid_rut_strings(self):
310310
result = Rut.validar_lista_ruts(ruts)
311311
assert result['validos'] == ["12345678-5", "98765432-5", "11111111-1"]
312312

313+
# pylint: disable=C0301
313314
def test_validate_list_of_ruts(self):
314315
"""
315316
Test that the validar_lista_ruts() method correctly validates a list of valid and

0 commit comments

Comments
 (0)