summaryrefslogtreecommitdiff
path: root/tests/functional/s/statement_without_effect.txt
blob: 39f86f33b43983b376c750f2222722217f83fa27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pointless-string-statement:5:0:5:54::String statement has no effect:UNDEFINED
pointless-statement:9:0:9:12::Statement seems to have no effect:UNDEFINED
pointless-statement:11:0:11:17::Statement seems to have no effect:UNDEFINED
pointless-statement:15:0:15:25::Statement seems to have no effect:UNDEFINED
pointless-string-statement:18:0:18:54::String statement has no effect:UNDEFINED
unnecessary-semicolon:21:0:None:None::Unnecessary semicolon:UNDEFINED
expression-not-assigned:23:0:23:18::"Expression ""list() and tuple()"" is assigned to nothing":UNDEFINED
expression-not-assigned:30:0:30:17::"Expression ""ANSWER == to_be()"" is assigned to nothing":UNDEFINED
expression-not-assigned:32:0:32:22::"Expression ""to_be() or not to_be()"" is assigned to nothing":UNDEFINED
expression-not-assigned:33:0:33:13::"Expression ""to_be().title"" is assigned to nothing":UNDEFINED
pointless-string-statement:58:8:58:43:ClassLevelAttributeTest.__init__:String statement has no effect:UNDEFINED
pointless-string-statement:65:8:65:55:ClassLevelAttributeTest.test:String statement has no effect:UNDEFINED
pointless-exception-statement:91:4:91:37:unraised_exception:Exception statement has no effect:INFERENCE
pointless-exception-statement:92:4:92:23:unraised_exception:Exception statement has no effect:INFERENCE