X Tutup
Skip to content

Increase robustness of tests involving git#121

Merged
asottile merged 1 commit intopre-commit:masterfrom
sanmai-NL:Tox_fix_autosigning_upon_git_commit
Jun 12, 2016
Merged

Increase robustness of tests involving git#121
asottile merged 1 commit intopre-commit:masterfrom
sanmai-NL:Tox_fix_autosigning_upon_git_commit

Conversation

@sanmai-NL
Copy link

  1. Disable automatic git commit GPG-signing, since that requires interaction. This issue was encountered in practice by me, causing spurious test failures.
  2. In case path operands could turn out to start with dashes, escape the operand list with --.

1. Disable automatic `git commit` GPG-signing, since that requires interaction.
   This issue was encountered in practice by me, causing spurious test failures
2. In case path operands could turn out to start with dashes, escape the
   operand list with '--'.
@coveralls
Copy link

coveralls commented Jun 12, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 9e89b76 on sanmai-NL:Tox_fix_autosigning_upon_git_commit into 6b1aa19 on pre-commit:master.

@asottile asottile merged commit 49a26cb into pre-commit:master Jun 12, 2016
@asottile
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup