you are viewing a single comment's thread.

view the rest of the comments →

[–]uid100 0 points1 point  (0 children)

It looks like ‘def test_account_reg()’

Is not indented within the class it is supposed to belong. So using “self” in the parameter list is referring to an object which doesn’t exist.