dodona-edu / dodona

🧑‍💻 Learn to code for secondary and higher education
https://dodona.be
MIT License
64 stars 18 forks source link

Bump test-prof from 1.3.3 to 1.3.3.1 #5659

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 2 days ago

Bumps test-prof from 1.3.3 to 1.3.3.1.

Changelog

Sourced from test-prof's changelog.

Change log

master (unreleased)

  • Drop support for Ruby <2.7 and Rails <6.

  • FactoryDefault: Add #get_factory_default. [[@​john-h-k][]]

  • Add variations information to FactorProf reports. ([@​lHydra][])

Get info on traits/overrides used by running FPROF=1 FPROF_VARS=1 <your test command>.

  • Add support for report_duplicates config option for let_it_be ([@​lHydra][])

  • Support latest Timecop patching Process.clock_gettime. ([@​palkan][])

  • Vernier: Add hooks configuration parameter. ([@​lHydra][])

Now you can add more insights to the resulting report by adding event markers from Active Support Notifications. To do this, specify the TEST_VERNIER_HOOKS=rails env var or set it through Vernier configuration:

TestProf::Vernier.configure do |config|
  config.hooks = :rails
end
  • FactoryProf: Add threshold configuration parameter. ([@​lHydra][])

Now you can ignore factories which total number of calls is less than the provided threshold. To do this, specify the FPROF_THRESHOLD=30 env var or set it through FactoryProf configuration:

TestProf::FactoryProf.configure do |config|
  config.threshold = 30
end
Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)