Artifact 8bfbb69952c57ae5e411aebbffb4aaa7c8bbc004a3fd5010d98aa4fb33d2e71d:
- File test/workarounds.py — part of check-in [3c5491d0b8] at 2022-10-26 05:13:20 on branch trunk — add some more tests (user: mario, size: 333) [annotate] [blame] [check-ins using]
# encoding: utf-8 ##type: test # title: workarounds # description: pylint hates #type: # version: 0.7.7 # # Use double ## hash for type: import pytest import pluginconf @pytest.fixture def pmd(): return pluginconf.plugin_meta(fn=__file__) def type_(pmd): assert pmd["type"] == "test" assert pmd["encoding"] == "utf-8"