test_ok1/scripts
gaurav dhameeja 5703fdbbdc Fix-6911(pytest-bot): Added error from commands that are run
Earlier pytest-bot would only print out the exception in cases of
failure but did not provide context on failing command and error from
command. This patch adds the errors from the command to the exception
message.
`Command` provides abstraction over the command to run and helps
in collecting errors from the first failing command only.
With this, we don't need to check `returncode` from each command that
we run, we can run all the commands and will have access to the error
from the first command that failed. This pattern was taken from Go.
Please refer: https://blog.golang.org/errors-are-values
2020-04-12 02:31:51 +05:30
..
append_codecov_token.py Append token to codecov.yml instead of duplicating the file 2020-01-14 07:47:21 -03:00
publish-gh-release-notes.py Use --wrap=preserve in release notes script 2020-01-29 20:28:04 -03:00
release-on-comment.py Fix-6911(pytest-bot): Added error from commands that are run 2020-04-12 02:31:51 +05:30
release.minor.rst doc: minor fixes for the release process 2020-01-23 18:31:48 +01:00
release.patch.rst bug-fix fixes 2020-01-23 20:34:21 +01:00
release.py scripts/release.py: lint: fix F999 2020-01-17 05:54:17 +01:00
report-coverage.sh Revert "ci: codecov: use `--retry-connrefused` with curl" 2020-01-30 19:56:25 +01:00