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

test: Cover all functionality with tests #11

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

playpauseandstop
Copy link
Owner

Ensure that pre-commit-run-hook-entry as well as pre-commit-run-black-entry works as expected.

Which means to ensure that library supports all pre-commit hooks enabled for the repo, especially:

  • black for Python files formatting
  • flake8 & mypy for Python files linting

@playpauseandstop playpauseandstop added the test Adding missing tests or correcting existing tests label Jun 11, 2020
@playpauseandstop playpauseandstop added this to the 1.0 milestone Jun 11, 2020
@playpauseandstop playpauseandstop self-assigned this Jun 11, 2020
@playpauseandstop playpauseandstop force-pushed the test/core-functionality branch 2 times, most recently from 83dca81 to da90716 Compare June 11, 2020 20:36
Ensure that `pre-commit-run-hook-entry` as well as
`pre-commit-run-black-entry` works as expected.

Which means to ensure that library supports all pre-commit hooks enabled
for the repo, especially:

- `black` for Python files formatting
- `flake8` & `mypy` for Python files linting
@playpauseandstop playpauseandstop merged commit 806c31a into master Jun 11, 2020
@playpauseandstop playpauseandstop deleted the test/core-functionality branch June 11, 2020 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Adding missing tests or correcting existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant