summaryrefslogtreecommitdiff
path: root/tests/functional/m/messages_managed_by_id.py
blob: 67b74ec88488564ffd06a06e7e806e374fafe9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- encoding=utf-8 -*-
#pylint: disable=C0111
def foo(): #pylint: disable=C0102
    return 1

def toto(): #pylint: disable=C0102,R1711
    return

# +1: [missing-function-docstring]
def test_enabled_by_id_msg(): #pylint: enable=C0111
    pass