diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-17 14:34:19 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-17 14:34:19 +0200 |
commit | 80ab9527573df0585ccfac4f45cc202c473b45a8 (patch) | |
tree | 90692edaba636635232223c940ee890a68c4b106 /tests | |
parent | 5ec3a2b489074e4d184c091d83f24a4f7fafeaca (diff) |
Disabling some pylint messages for needed private access in tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_board.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |