summaryrefslogtreecommitdiff
path: root/pylint/test/message/unittest_message.py
blob: 2e1bb6c980a4c61918fcd8f55b9d317980e7fbb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: utf-8 -*-

# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING

import io

import astroid

from pylint.message import MessagesStore, MessageDefinition
from pylint.checkers.utils import check_messages, get_node_last_lineno
from pylint.exceptions import InvalidMessageError
import pytest