mozilla-services / axe-selenium-python

aXe Selenium Integration python package
https://pypi.python.org/pypi/axe-selenium-python/
Mozilla Public License 2.0
58 stars 50 forks source link

rename execute method to run for consistency #160

Closed kimberlythegeek closed 5 years ago

kimberlythegeek commented 5 years ago

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

Michael-Overall commented 5 years ago

I'd like to have a shot at this.