summaryrefslogtreecommitdiff
path: root/pylint/test/functional/not_context_manager.txt
blob: 4fd8ce8ae7fe07b0616932cb4267089241ce41cd (plain)
1
2
3
4
not-context-manager:23::Context manager 'NotAManager' doesn't implement __enter__ and __exit__.
not-context-manager:37::Context manager 'dec' doesn't implement __enter__ and __exit__.
not-context-manager:55::Context manager 'int' doesn't implement __enter__ and __exit__.
not-context-manager:90::Context manager 'int' doesn't implement __enter__ and __exit__.