W0129 assert-on-string-literalΒΆ

Message

'Assert statement has a string literal as its first argument. The assert will %s fail.'

Description

Used when an assert statement has a string literal as its first argument, which will cause the assert to always pass.