Skip to content

Commit

Permalink
Consistency in functional tests for extension's name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 23, 2021
1 parent f2f7b7b commit e67026d
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ redefined-variable-type:21:8:MyClass.__init__:Redefinition of a_str type from bo
redefined-variable-type:33:12:MyClass.some_method.func:Redefinition of var type from int to str:HIGH
redefined-variable-type:37:8:MyClass.some_method:Redefinition of myint type from int to bool:HIGH
redefined-variable-type:39:0::Redefinition of _OK type from bool to str:HIGH
redefined-variable-type:49:4:other_function:Redefinition of instance type from functional.r.redefined_variable_type.MyClass to bool:HIGH
redefined-variable-type:49:4:other_function:Redefinition of instance type from redefined_variable_type.MyClass to bool:HIGH
redefined-variable-type:51:0::Redefinition of SOME_FLOAT type from float to int:HIGH
redefined-variable-type:71:8:func2:Redefinition of var3 type from str to int:HIGH
redefined-variable-type:75:4:func2:Redefinition of var type from bool to int:HIGH
Expand Down

0 comments on commit e67026d

Please sign in to comment.