Skip to content

Conversation

@kimberlythegeek
Copy link
Contributor

  • removed flake8 ignore line too long
  • make it black
  • Updated README to remove Docker references

* update readme to remove docker reference
Copy link

@m8ttyB m8ttyB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a merge when bad, there are a few artifacts from it. Example, <<<<<<< HEAD and >>>>>>>

- node_modules

install: pip install -r axe_selenium_python/tests/requirements/tests.txt
script: skip
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A question, not a nit. What does this line do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the install tells Travis where the dependency file is, the default is ./requirements.txt

The second line is to prevent Travis from running tests in the deploy stage (since tests have already been run)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beauty 👍

- selenium >= 3.0.0
- Python 2.7 or 3.6
- `geckodriver <https://github.com/mozilla/geckodriver/releases>`_ downloaded and `added to your PATH <https://stackoverflow.com/questions/40208051/selenium-using-python-geckodriver-executable-needs-to-be-in-path#answer-40208762>`_
- The appropriate driver for the browser you intend to use, downloaded and added to your path, e.g. geckodriver for Firefox:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

README.rst Outdated

version 1.2.1
**************
<<<<<<< HEAD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, looks like this crept into your pr

README.rst Outdated
- Updated axe.min.js to ``axe-core@2.6.1``
=======
- Updated axe to ``axe-core@2.6.1``
>>>>>>> ba24ec56528e4458f0a5604a8d511923c943a479
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This too

- Added run method to Axe class to simplify the usage in existing test suites
- run method includes the ability to set what impact level to test for: 'minor', 'moderate', 'severe', 'critical'

<<<<<<< HEAD
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here

version 0.0.273
=======
version 0.0.28
>>>>>>> ba24ec56528e4458f0a5604a8d511923c943a479
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

@kimberlythegeek
Copy link
Contributor Author

@m8ttyB yearrrrgh. Thanks. I'll clean it up

Copy link

@m8ttyB m8ttyB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ assuming the build passes. @stephendonner has a finer eye than I for Travis build details.


[flake8]
ignore = E501
max-line-length = 88
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, this is new to me (-:

@kimberlythegeek kimberlythegeek merged commit afaab34 into django-commons:master Sep 18, 2018
@kimberlythegeek kimberlythegeek deleted the update_readme branch September 18, 2018 19:00
@stephendonner
Copy link
Contributor

Sorry, slow to the draw! LGTM too; r+

@kimberlythegeek kimberlythegeek restored the update_readme branch October 25, 2018 16:10
@kimberlythegeek kimberlythegeek deleted the update_readme branch October 25, 2018 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants