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

Fix for #155 #157

Closed terrameijar closed 5 years ago

terrameijar commented 5 years ago

This is a proposed fix for https://github.com/mozilla-services/axe-selenium-python/issues/155 I changed the name keyword argument to a positional argument to enable the user to pass in whatever path they like.

kimberlythegeek commented 5 years ago

Thanks for the contribution, @terrameijar !

It looks like the build is failing in flake8 because flake8 runs in python2 instead of 3. I'm opening a PR to clean up the .travis.yml file, and I've specified python 3.6 for the flake8 stage.

This build should pass after those changes are merged.

terrameijar commented 5 years ago

@kimberlythegeek I added another commit to address the changes you requested. Please review when you have a moment.

kimberlythegeek commented 5 years ago

thank you @terrameijar !