django-commons/axe-selenium-python

rename execute method to run for consistency

Closed this issue · 1 comments

execute should be renamed to run, as it is performing axe-core's axe.run() and does so without any modification in behavior.

I'd like to have a shot at this.