Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2021

Bumps test-prof from 1.0.5 to 1.0.7.

Release notes

Sourced from test-prof's releases.

1.0.7

  • Added experimental support for using before_all with Rails' test parallelization using processes. Make sure to include TestProf::BeforeAll::Minitest before you call parallelize.

  • Fixed access to let_it_be variables in after(:all) hook.

Changelog

Sourced from test-prof's changelog.

1.0.7 (2021-08-30)

  • Fix access to let_it_be variables in after(:all) hook. ([@​cbarton][])

  • Add support for using the before_all hook with Rails' parallelize feature (using processes). ([@​peret][])

Make sure to include TestProf::BeforeAll::Minitest before you call parallelize.

1.0.6 (2021-06-23)

  • Fix Spring detection when DISABLE_SPRING=1 is used. ([@​palkan][])

  • Make before_all in Minitest inheritable. ([@​palkan][])

Commits
  • cc6a844 Bump 1.0.7
  • cd7e7fa fix: check that Rails is present, i.e. the including class supports #parallelize
  • b338412 fix: fix Rubocop warning and before_all test cases
  • f91c5c3 fix: deactivate before_all_executor after last test file per process
  • 4d7eb36 fix: call deactivate on the correct before_all_executor for parallel tests
  • d46ded4 feature: Add support for (process) parallelized tests to before_all for minit...
  • ef07109 Allow access to let_it_be defined variables in after(:context)
  • d70ee8f Documentation disable! typo
  • ff2de4d Bump 1.0.6
  • 5c9b665 fix: recognize DISABLE_SPRING
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [test-prof](https://github.com/test-prof/test-prof) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/test-prof/test-prof/releases)
- [Changelog](https://github.com/test-prof/test-prof/blob/master/CHANGELOG.md)
- [Commits](test-prof/test-prof@v1.0.5...v1.0.7)

---
updated-dependencies:
- dependency-name: test-prof
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants