From 80ab9527573df0585ccfac4f45cc202c473b45a8 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Wed, 17 Jan 2024 14:34:19 +0200 Subject: Disabling some pylint messages for needed private access in tests. --- tests/test_board.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_board.py b/tests/test_board.py index 4fcd8d3..19795b9 100644 --- a/tests/test_board.py +++ b/tests/test_board.py @@ -1,4 +1,5 @@ """test_board.py - Testit pelilaudalle""" +# pylint: disable = protected-access import unittest from board.board import Board -- cgit v1.2.3