-
Notifications
You must be signed in to change notification settings - Fork 53
Added results filename to write to if user does not specify path #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest commit adds the test requested in #159 . I know this should have been a separate PR but I had already pushed to this branch and the changes showed up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome; thanks for this @terrameijar !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, just noticed the flake8 error:
./axe_selenium_python/axe.py:101:75: W291 trailing whitespace
@kimberlythegeek flake8 error resolved. |
Merging this goodness, ty @terrameijar |
@kimberlythegeek I noticed a mistake that I made when coding this.
name
should point to a user specified path, If it isNone
then we need to createresults.json
. I had not added this in the last commit.