summaryrefslogtreecommitdiff
path: root/tests/functional/s/statement_without_effect.txt
blob: 4d6e071be85823a63746cedb137b9dc0c23f221f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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:61:8:61:43:ClassLevelAttributeTest.__init__:String statement has no effect:UNDEFINED
pointless-string-statement:68:8:68:55:ClassLevelAttributeTest.test:String statement has no effect:UNDEFINED
pointless-exception-statement:94:4:94:37:unraised_exception:Exception statement has no effect:INFERENCE
pointless-exception-statement:95:4:95:23:unraised_exception:Exception statement has no effect:INFERENCE
pointless-exception-statement:96:4:96:56:unraised_exception:Exception statement has no effect:INFERENCE
pointless-exception-statement:97:4:97:45:unraised_exception:Exception statement has no effect:INFERENCE
pointless-exception-statement:99:4:99:41:unraised_exception:Exception statement has no effect:INFERENCE