Skip to content
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

Improvements to testing #184

Merged
merged 2 commits into from
Feb 13, 2019
Merged

Improvements to testing #184

merged 2 commits into from
Feb 13, 2019

Conversation

clenk
Copy link
Contributor

@clenk clenk commented Feb 8, 2019

Moves pre-commit to be called from Tox, so the pre-commit hooks will trigger if tox is run locally as well as by Travis. Also fixes three deprecation warnings about SafeConfigParser, firefox_options, and AssertEquals.

Fixes #162, fixes #163.

clenk added 2 commits February 5, 2019 17:15
This lets the checks be performed when running Tox locally. They'll
still be run on Travis, since Travis calls Tox.

A couple style issues raised by flake8 were also fixed.
@clenk clenk changed the base branch from master to dev February 8, 2019 20:39
Copy link
Contributor

@emmanvg emmanvg left a comment

Choose a reason for hiding this comment

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

Based on the 'configparser' pypi package, SafeConfigParser is simply an alias for ConfigParser. Thus, not required to interpolate between the classes. The overall changes look good to me 👍

@emmanvg emmanvg merged commit 74ef29d into mitre:dev Feb 13, 2019
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.

2 participants