turbo_tests2 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md ADDED
@@ -0,0 +1,694 @@
1
+ [![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-floss-i]][🖼️galtzo-floss] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![turbo_tests2 Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-floss-turbo_tests2-i]][🖼️galtzo-floss-turbo_tests2]
2
+
3
+ [🖼️galtzo-floss-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
4
+ [🖼️galtzo-floss]: https://discord.gg/3qme4XHNKN
5
+ [🖼️ruby-lang-i]: https://logos.galtzo.com/assets/images/ruby-lang/avatar-192px.svg
6
+ [🖼️ruby-lang]: https://www.ruby-lang.org/
7
+ [🖼️galtzo-floss-turbo_tests2-i]: https://logos.galtzo.com/assets/images/galtzo-floss/turbo_tests2/avatar-192px.svg
8
+ [🖼️galtzo-floss-turbo_tests2]: https://github.com/galtzo-floss/turbo_tests2
9
+
10
+ # 🚀 TurboTests
11
+
12
+ [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
13
+
14
+ `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][🖼️galtzo-floss], as I may have missed the [discord notification][🖼️galtzo-floss].
15
+
16
+ ---
17
+
18
+ `if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
19
+
20
+ [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
21
+
22
+ <details>
23
+ <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
24
+
25
+ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
26
+
27
+ </details>
28
+
29
+ ## 🌻 Synopsis
30
+
31
+ | Hard Fork Note |
32
+ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
33
+ | I ([@pboling](https://github.com/pboling)) discussed merging this project back into the original `turbo_tests` with [@ilyazub](https://github.com/ilyazub), and we might move in that direction, but it will take time. Since I need this now I'm releasing it as a separate gem/project. We'll be discussing potentially unifying the projects again soon. |
34
+
35
+ `turbo_tests2` is a drop-in replacement for, and modernization of, `turbo_tests`, which is a drop-in replacement for [grosser/parallel_tests](https://github.com/grosser/parallel_tests), adding incremental summarized output. Source code of this gem is based on [Discourse](https://github.com/discourse/discourse/blob/6b9784cf8a18636bce281a7e4d18e65a0cbc6290/lib/turbo_tests.rb) and [RubyGems](https://github.com/rubygems/rubygems/tree/390335ceb351668cd433bd5bb9823dd021f82533/bundler/tool) work in this area.
36
+
37
+ Incremental summarized output doesn't [fit vision](https://github.com/grosser/parallel_tests/issues/708) of `parallel_tests` author and [RSpec doesn't support built-in parallel testing yet](https://github.com/rspec/rspec-rails/issues/2104#issuecomment-658474900). This gem will not be useful once one of the issues above will be implemented.
38
+
39
+ ### Why incremental output?
40
+
41
+ `parallel_tests` is great, but it messes output:
42
+
43
+ ```bash
44
+
45
+ $ bundle exec rake parallel_tests:spec[^spec/search]
46
+ .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
47
+
48
+ Finished in 1 minute 6.92 seconds (files took 6.95 seconds to load)
49
+ 2616 examples, 0 failures
50
+
51
+ .........................................................................................................................................F........................................................................................................................................F..............................................................................................................................................................................................................................................................................................
52
+
53
+ Finished in 1 minute 35.05 seconds (files took 6.26 seconds to load)
54
+ 2158 examples, 2 failures
55
+
56
+ .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
57
+
58
+ Finished in 1 minute 35.05 seconds (files took 6.26 seconds to load)
59
+ 2158 examples, 0 failures
60
+ ```
61
+
62
+ `turbo_tests2` output looks like regular `rspec`:
63
+
64
+ ```bash
65
+ $ bundle exec turbo_tests2
66
+ ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F........................................................................................................................................F..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
67
+
68
+ Finished in 2 minute 25.15 seconds (files took 0 seconds to load)
69
+ 6873 examples, 2 failures
70
+ ```
71
+
72
+ ## 💡 Info you can shake a stick at
73
+
74
+ | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
75
+ |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
76
+ | Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
77
+ | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
78
+ | Works with MRI Ruby 4 | [![Ruby 4.0 Compat][💎ruby-4.0i]][🚎11-c-wf] [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
79
+ | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
80
+ | Works with MRI Ruby 2 | [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
81
+ | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
82
+ | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
83
+ | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
84
+ | Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
85
+ | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
86
+ | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
87
+ | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
88
+
89
+ ### Compatibility
90
+
91
+ Compatible with MRI Ruby 2.4.0+, and concordant releases of JRuby, and TruffleRuby.
92
+
93
+ | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 and the color 💚 green 💚 |
94
+ |------------------------------------------------|--------------------------------------------------------|
95
+ | 👟 Check it out! | ✨ [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
96
+
97
+ <details markdown="1">
98
+ <summary>StructuredMerge package family</summary>
99
+
100
+ This gem is part of the StructuredMerge Ruby package family. The implementation inventory, layering model, and backend notes live in the [root package-family guide][sm-family-guide]. Shared behavior is defined by the [StructuredMerge fixtures][sm-family-fixtures] and implemented by the [Go][sm-family-go], [Ruby][sm-family-ruby], [Rust][sm-family-rust], and [TypeScript][sm-family-typescript] repositories.
101
+
102
+ </details>
103
+
104
+ [sm-family-guide]: https://github.com/structuredmerge/structuredmerge-ruby#package-family
105
+ [sm-family-fixtures]: https://github.com/structuredmerge/structuredmerge-fixtures
106
+ [sm-family-go]: https://github.com/structuredmerge/structuredmerge-go
107
+ [sm-family-ruby]: https://github.com/structuredmerge/structuredmerge-ruby
108
+ [sm-family-rust]: https://github.com/structuredmerge/structuredmerge-rust
109
+ [sm-family-typescript]: https://github.com/structuredmerge/structuredmerge-typescript
110
+
111
+ ### Federated DVCS
112
+
113
+ <details markdown="1">
114
+ <summary>Find this repo on federated forges (Coming soon!)</summary>
115
+
116
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
117
+ |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
118
+ | 🧪 [galtzo-floss/turbo_tests2 on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
119
+ | 🧊 [galtzo-floss/turbo_tests2 on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
120
+ | 🐙 [galtzo-floss/turbo_tests2 on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
121
+ | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
122
+
123
+ </details>
124
+
125
+ [gh-discussions]: https://github.com/galtzo-floss/turbo_tests2/discussions
126
+
127
+ ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/turbo_tests2)](https://tidelift.com/subscription/pkg/rubygems-turbo_tests2?utm_source=rubygems-turbo_tests2&utm_medium=referral&utm_campaign=readme)
128
+
129
+ Available as part of the Tidelift Subscription.
130
+
131
+ <details markdown="1">
132
+ <summary>Need enterprise-level guarantees?</summary>
133
+
134
+ The maintainers of this and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use.
135
+
136
+ [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
137
+
138
+ - 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
139
+ - 💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]
140
+ - 💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers
141
+
142
+ Alternatively:
143
+
144
+ - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
145
+ - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
146
+ - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
147
+
148
+ </details>
149
+
150
+ ## ✨ Installation
151
+
152
+ Install the gem and add to the application's Gemfile by executing:
153
+
154
+ ```console
155
+ bundle add turbo_tests2
156
+ ```
157
+
158
+ If bundler is not being used to manage dependencies, install the gem by executing:
159
+
160
+ ```console
161
+ gem install turbo_tests2
162
+ ```
163
+
164
+ ## ⚙️ Configuration
165
+
166
+ `turbo_tests2` ships the `turbo_tests2` executable by default.
167
+
168
+ If you want an opt-in compatibility command for a specific project, generate a local shim:
169
+
170
+ ```bash
171
+ $ bundle exec turbo_tests2 shim install
172
+ Installed turbo_tests shim at bin/turbo_tests.
173
+ ```
174
+
175
+ That creates `bin/turbo_tests`, which delegates to `bundle exec turbo_tests2 "$@"`.
176
+ Remove it with:
177
+
178
+ ```bash
179
+ $ bundle exec turbo_tests2 shim remove
180
+ Removed turbo_tests shim at bin/turbo_tests.
181
+ ```
182
+
183
+ Create test databases
184
+
185
+ ```bash
186
+ $ bundle exec turbo_tests2 --create
187
+ ```
188
+
189
+ ## 🔧 Basic Usage
190
+
191
+ Show help:
192
+
193
+ ```bash
194
+ $ bundle exec turbo_tests2 -h
195
+ Usage: turbo_tests2 [options]
196
+
197
+ [optional] Only selected files & folders:
198
+ turbo_tests2 spec/bar spec/baz/xxx_spec.rb
199
+
200
+ Options:
201
+ -n [PROCESSES] How many processes to use, default: available CPUs
202
+ -r, --require PATH Require a file.
203
+ -f, --format FORMATTER Choose a formatter. Available formatters: progress (p), documentation (d). Default: progress
204
+ -t, --tag TAG Run examples with the specified tag.
205
+ -o, --out FILE Write output to a file instead of $stdout
206
+ --runtime-log FILE Location of previously recorded test runtimes
207
+ -v, --verbose More output
208
+ --fail-fast=[N]
209
+ --seed SEED Seed for rspec
210
+ --create Create test databases
211
+ --print_failed_group Prints group that had failures in it
212
+ ```
213
+
214
+ To pass any options supported by paralell_tests, use `--`:
215
+
216
+ ```bash
217
+ bundle exec turbo_tests2 -n 4 -- --only-group 1 --pattern spec/system
218
+ ```
219
+
220
+ `turbo_tests2` supports custom formatter such as Fuubar, but you might need to require it:
221
+
222
+ ```bash
223
+ bundle exec turbo_tests2 -r fuubar -f Fuubar spec/whatever
224
+ ```
225
+
226
+ ### Rake Hooks
227
+
228
+ If Rake is present, the CLI will invoke the tasks `turbo_tests:setup` and `turbo_tests:cleanup` before and after running
229
+ the test suite. These can be used to do work that should only happen once, such as removing files or collating coverage:
230
+
231
+ ```ruby
232
+ # lib/tasks/turbo_tests.rake
233
+ namespace :turbo_tests do
234
+ task setup: :environment do
235
+ # precompile assets once, to avoid doing it per each process
236
+ Rake::Tasks["assets:precompile"]
237
+ end
238
+
239
+ task cleanup: :environment do
240
+ # keep things nice and tidy
241
+ Rake::Tasks["assets:clobber"]
242
+ end
243
+ end
244
+ ```
245
+
246
+ ### SimpleCov
247
+
248
+ You can get accurate coverage reporting by having SimpleCov write the results for each process into a different directory
249
+ and then have the results collated as part of cleanup:
250
+
251
+ ```ruby
252
+ # spec/spec_helper.rb
253
+ require "simplecov"
254
+
255
+ # Configure minimum test coverage levels
256
+ #
257
+ # Details of default values for these configuration options can be seen at
258
+ # https://github.com/simplecov-ruby/simplecov/blob/master/lib/simplecov/profiles/rails.rb
259
+ SimpleCov.start("rails") do
260
+ enable_coverage :branch
261
+
262
+ coverage_dir "coverage/turbo_tests/#{ENV["TEST_ENV_NUMBER"]}"
263
+
264
+ formatter SimpleCov::Formatter::SimpleFormatter
265
+ end
266
+
267
+ # lib/tasks/turbo_tests.rake
268
+ namespace :turbo_tests do
269
+ task setup: :environment do
270
+ # remove any existing coverage files to avoid false reporting
271
+ FileUtils.rm_rf("coverage/turbo_tests")
272
+ end
273
+
274
+ task cleanup: :environment do
275
+ require "simplecov"
276
+
277
+ # report coverage usage based on the results of all tests
278
+ SimpleCov.collate(Dir["coverage/turbo_tests/*/.resultset.json"]) do
279
+ enable_coverage :branch
280
+
281
+ minimum_coverage line: 100, branch: 100
282
+ end
283
+ end
284
+ end
285
+ ```
286
+
287
+ ## 🦷 FLOSS Funding
288
+
289
+ While galtzo-floss tools are free software and will always be, the project would benefit immensely from some funding.
290
+ Raising a monthly budget of... "dollars" would make the project more sustainable.
291
+
292
+ We welcome both individual and corporate sponsors! We also offer a
293
+ wide array of funding channels to account for your preferences.
294
+ Currently, [Open Collective][🖇osc] is our preferred funding platform.
295
+
296
+ **If you're working in a company that's making significant use of galtzo-floss tools we'd
297
+ appreciate it if you suggest to your company to become a galtzo-floss sponsor.**
298
+
299
+ You can support the development of galtzo-floss tools via
300
+ [GitHub Sponsors][🖇sponsor],
301
+ [Liberapay][⛳liberapay],
302
+ [PayPal][🖇paypal],
303
+ [Open Collective][🖇osc]
304
+ and [Tidelift][🏙️entsup-tidelift].
305
+
306
+ | 📍 NOTE |
307
+ |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
308
+ | If doing a sponsorship in the form of donation is problematic for your company <br/> from an accounting standpoint, we'd recommend the use of Tidelift, <br/> where you can get a support-like subscription instead. |
309
+
310
+ ### Open Collective for Individuals
311
+
312
+ Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/galtzo-floss#backer)]
313
+
314
+ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
315
+
316
+ <!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
317
+ No backers yet. Be the first!
318
+ <!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
319
+
320
+ ### Open Collective for Organizations
321
+
322
+ Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/galtzo-floss#sponsor)]
323
+
324
+ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
325
+
326
+ <!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
327
+ No sponsors yet. Be the first!
328
+ <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
329
+
330
+ [kettle-readme-backers]: https://github.com/galtzo-floss/turbo_tests2/blob/main/exe/kettle-readme-backers
331
+
332
+ ### Another way to support open-source
333
+
334
+ I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈‍ cats).
335
+
336
+ If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
337
+
338
+ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.
339
+
340
+ **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
341
+
342
+ [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
343
+
344
+ ## 🔐 Security
345
+
346
+ See [SECURITY.md][🔐security].
347
+
348
+ ## 🤝 Contributing
349
+
350
+ If you need some ideas of where to help, you could work on adding more code coverage,
351
+ or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
352
+ or use the gem and think about how it could be better.
353
+
354
+ We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
355
+
356
+ See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
357
+
358
+ ### 🚀 Release Instructions
359
+
360
+ See [CONTRIBUTING.md][🤝contributing].
361
+
362
+ ### Code Coverage
363
+
364
+ <details markdown="1">
365
+ <summary>Coverage service badges</summary>
366
+
367
+ [![Coverage Graph][🏀codecov-g]][🏀codecov]
368
+
369
+ [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls]
370
+
371
+ [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov]
372
+
373
+ </details>
374
+
375
+ ### 🪇 Code of Conduct
376
+
377
+ Everyone interacting with this project's codebases, issue trackers,
378
+ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
379
+
380
+ ## 🌈 Contributors
381
+
382
+ [![Contributors][🖐contributors-img]][🖐contributors]
383
+
384
+ Made with [contributors-img][🖐contrib-rocks].
385
+
386
+ Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/turbo_tests2/-/graphs/main][🚎contributors-gl]
387
+
388
+ <details>
389
+ <summary>⭐️ Star History</summary>
390
+
391
+ <a href="https://star-history.com/galtzo-floss/turbo_tests2&Date">
392
+ <picture>
393
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date&theme=dark" />
394
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date" />
395
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date" />
396
+ </picture>
397
+ </a>
398
+
399
+ </details>
400
+
401
+ ## 📌 Versioning
402
+
403
+ This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
404
+ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
405
+
406
+ For example:
407
+
408
+ ```ruby
409
+ spec.add_dependency("turbo_tests2", "~> 0.0")
410
+ ```
411
+
412
+ <details markdown="1">
413
+ <summary>📌 Is "Platform Support" part of the public API? More details inside.</summary>
414
+
415
+ Dropping support for a platform can be a breaking change for affected users.
416
+ If a release changes supported platforms, it should be called out clearly in the changelog and versioned with that impact in mind.
417
+
418
+ To get a better understanding of how SemVer is intended to work over a project's lifetime,
419
+ read this article from the creator of SemVer:
420
+
421
+ - ["Major Version Numbers are Not Sacred"][📌major-versions-not-sacred]
422
+
423
+ </details>
424
+
425
+ See [CHANGELOG.md][📌changelog] for a list of releases.
426
+
427
+ ## 📄 License
428
+
429
+ The gem is available as open source under the terms of
430
+ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
431
+
432
+ ### © Copyright
433
+
434
+ See [LICENSE.md][📄license] for the official copyright notice.
435
+
436
+ <details markdown="1">
437
+ <summary>Copyright holders</summary>
438
+
439
+ - Copyright (c) 2020-2023, 2025 Illia
440
+ - Copyright (c) 2020 Ilya Zub
441
+ - Copyright (c) 2021 AMHOL
442
+ - Copyright (c) 2021 Serge Bedzhyk
443
+ - Copyright (c) 2023 Bo Anderson
444
+ - Copyright (c) 2023 Dmitiry Zub☀️
445
+ - Copyright (c) 2023-2024 Illia
446
+ - Copyright (c) 2023 mrudzki
447
+ - Copyright (c) 2023-2024 Sebastien Savater
448
+ - Copyright (c) 2024 David Rodriguez
449
+ - Copyright (c) 2024 Hiroshi SHIBATA
450
+ - Copyright (c) 2025 Gareth Jones
451
+ - Copyright (c) 2025-2026 Peter H. Boling
452
+
453
+ </details>
454
+
455
+ ## 🤑 A request for help
456
+
457
+ Maintainers have teeth and need to pay their dentists.
458
+ After getting laid off in an RIF in March, and encountering difficulty finding a new one,
459
+ I began spending most of my time building open source tools.
460
+ I'm hoping to be able to pay for my kids' health insurance this month,
461
+ so if you value the work I am doing, I need your support.
462
+ Please consider sponsoring me or the project.
463
+
464
+ To join the community or get help 👇️ Join the Discord.
465
+
466
+ [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
467
+
468
+ To say "thanks!" ☝️ Join the Discord or 👇️ send money.
469
+
470
+ [![Sponsor galtzo-floss/turbo_tests2 on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
471
+
472
+ ### Please give the project a star ⭐ ♥.
473
+
474
+ Thanks for RTFM. ☺️
475
+
476
+ [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
477
+ [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
478
+ [⛳liberapay]: https://liberapay.com/pboling/donate
479
+ [🖇osc-all-img]: https://img.shields.io/opencollective/all/galtzo-floss
480
+ [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss
481
+ [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/galtzo-floss
482
+ [🖇osc-backers]: https://opencollective.com/galtzo-floss#backer
483
+ [🖇osc-backers-i]: https://opencollective.com/galtzo-floss/backers/badge.svg?style=flat
484
+ [🖇osc-sponsors]: https://opencollective.com/galtzo-floss#sponsor
485
+ [🖇osc-sponsors-i]: https://opencollective.com/galtzo-floss/sponsors/badge.svg?style=flat
486
+ [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/galtzo-floss?style=for-the-badge
487
+ [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/galtzo-floss?style=for-the-badge
488
+ [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/galtzo-floss?style=for-the-badge
489
+ [🖇osc]: https://opencollective.com/galtzo-floss
490
+ [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
491
+ [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
492
+ [🖇sponsor]: https://github.com/sponsors/pboling
493
+ [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
494
+ [🖇polar]: https://polar.sh/pboling
495
+ [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
496
+ [🖇kofi]: https://ko-fi.com/pboling
497
+ [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
498
+ [🖇patreon]: https://patreon.com/galtzo
499
+ [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
500
+ [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
501
+ [🖇buyme]: https://www.buymeacoffee.com/pboling
502
+ [🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
503
+ [🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
504
+ [🖇paypal]: https://www.paypal.com/paypalme/peterboling
505
+ [🖇floss-funding.dev]: https://floss-funding.dev
506
+ [🖇floss-funding-gem]: https://github.com/galtzo-floss/floss_funding
507
+ [✉️discord-invite]: https://discord.gg/3qme4XHNKN
508
+ [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
509
+ [✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
510
+ [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
511
+
512
+ [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
513
+ [⛳️gem-namespace]: https://github.com/galtzo-floss/turbo_tests2
514
+ [⛳️namespace-img]: https://img.shields.io/badge/namespace-TurboTests-3C2D2D.svg?style=square&logo=ruby&logoColor=white
515
+ [⛳️gem-name]: https://bestgems.org/gems/turbo_tests2
516
+ [⛳️name-img]: https://img.shields.io/badge/name-turbo__tests2-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
517
+ [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/turbo_tests2.svg
518
+ [⛳️tag]: https://github.com/galtzo-floss/turbo_tests2/releases
519
+ [🚂maint-blog]: http://www.railsbling.com/tags/turbo_tests2
520
+ [🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
521
+ [🚂maint-contact]: http://www.railsbling.com/contact
522
+ [🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
523
+ [💖🖇linkedin]: http://www.linkedin.com/in/peterboling
524
+ [💖🖇linkedin-img]: https://img.shields.io/badge/LinkedIn-Profile-0B66C2?style=flat&logo=newjapanprowrestling
525
+ [💖✌️wellfound]: https://wellfound.com/u/peter-boling
526
+ [💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
527
+ [💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
528
+ [💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
529
+ [💖🐘ruby-mast]: https://ruby.social/@galtzo
530
+ [💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https://ruby.social&style=flat&logo=mastodon&label=Ruby%20@galtzo
531
+ [💖🦋bluesky]: https://bsky.app/profile/galtzo.com
532
+ [💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.com-0285FF?style=flat&logo=bluesky&logoColor=white
533
+ [💖🌳linktree]: https://linktr.ee/galtzo
534
+ [💖🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=flat&logo=linktree
535
+ [💖💁🏼‍♂️devto]: https://dev.to/galtzo
536
+ [💖💁🏼‍♂️devto-img]: https://img.shields.io/badge/dev.to-0A0A0A?style=flat&logo=devdotto&logoColor=white
537
+ [💖💁🏼‍♂️aboutme]: https://about.me/peter.boling
538
+ [💖💁🏼‍♂️aboutme-img]: https://img.shields.io/badge/about.me-0A0A0A?style=flat&logo=aboutme&logoColor=white
539
+ [💖🧊berg]: https://codeberg.org/pboling
540
+ [💖🐙hub]: https://github.org/pboling
541
+ [💖🛖hut]: https://sr.ht/~galtzo/
542
+ [💖🧪lab]: https://gitlab.com/pboling
543
+ [👨🏼‍🏫expsup-upwork]: https://www.upwork.com/freelancers/~014942e9b056abdf86?mp_source=share
544
+ [👨🏼‍🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-13544E?style=for-the-badge&logo=Upwork&logoColor=white
545
+ [👨🏼‍🏫expsup-codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
546
+ [👨🏼‍🏫expsup-codementor-img]: https://img.shields.io/badge/CodeMentor-Get_Help-1abc9c?style=for-the-badge&logo=CodeMentor&logoColor=white
547
+ [🏙️entsup-tidelift]: https://tidelift.com/subscription/pkg/rubygems-turbo_tests2?utm_source=rubygems-turbo_tests2&utm_medium=referral&utm_campaign=readme
548
+ [🏙️entsup-tidelift-img]: https://img.shields.io/badge/Tidelift_and_Sonar-Enterprise_Support-FD3456?style=for-the-badge&logo=sonar&logoColor=white
549
+ [🏙️entsup-tidelift-sonar]: https://blog.tidelift.com/tidelift-joins-sonar
550
+ [💁🏼‍♂️peterboling]: http://www.peterboling.com
551
+ [🚂railsbling]: http://www.railsbling.com
552
+ [📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
553
+ [📜src-gl]: https://gitlab.com/galtzo-floss/turbo_tests2
554
+ [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
555
+ [📜src-cb]: https://codeberg.org/galtzo-floss/turbo_tests2
556
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
557
+ [📜src-gh]: https://github.com/galtzo-floss/turbo_tests2
558
+ [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
559
+ [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
560
+ [📜gl-wiki]: https://gitlab.com/galtzo-floss/turbo_tests2/-/wikis/home
561
+ [📜gh-wiki]: https://github.com/galtzo-floss/turbo_tests2/wiki
562
+ [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
563
+ [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
564
+ [👽dl-rank]: https://bestgems.org/gems/turbo_tests2
565
+ [👽dl-ranki]: https://img.shields.io/gem/rd/turbo_tests2.svg
566
+ [👽version]: https://bestgems.org/gems/turbo_tests2
567
+ [👽versioni]: https://img.shields.io/gem/v/turbo_tests2.svg
568
+ [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/turbo_tests2
569
+ [🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/turbo_tests2/maintainability.svg
570
+ [🏀qlty-cov]: https://qlty.sh/gh/galtzo-floss/projects/turbo_tests2/metrics/code?sort=coverageRating
571
+ [🏀qlty-covi]: https://qlty.sh/gh/galtzo-floss/projects/turbo_tests2/coverage.svg
572
+ [🏀codecov]: https://codecov.io/gh/galtzo-floss/turbo_tests2
573
+ [🏀codecovi]: https://codecov.io/gh/galtzo-floss/turbo_tests2/graph/badge.svg
574
+ [🏀coveralls]: https://coveralls.io/github/galtzo-floss/turbo_tests2?branch=main
575
+ [🏀coveralls-img]: https://coveralls.io/repos/github/galtzo-floss/turbo_tests2/badge.svg?branch=main
576
+ [🖐codeQL]: https://github.com/galtzo-floss/turbo_tests2/security/code-scanning
577
+ [🖐codeQL-img]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/codeql-analysis.yml/badge.svg
578
+ [🚎ruby-2.4-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-2.4.yml
579
+ [🚎ruby-2.5-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-2.5.yml
580
+ [🚎ruby-2.6-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-2.6.yml
581
+ [🚎ruby-2.7-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-2.7.yml
582
+ [🚎ruby-3.0-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-3.0.yml
583
+ [🚎ruby-3.1-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-3.1.yml
584
+ [🚎ruby-3.2-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-3.2.yml
585
+ [🚎ruby-3.3-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-3.3.yml
586
+ [🚎ruby-3.4-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/ruby-3.4.yml
587
+ [🚎jruby-9.2-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/jruby-9.2.yml
588
+ [🚎jruby-9.3-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/jruby-9.3.yml
589
+ [🚎jruby-9.4-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/jruby-9.4.yml
590
+ [🚎truby-22.3-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/truffleruby-22.3.yml
591
+ [🚎truby-23.0-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/truffleruby-23.0.yml
592
+ [🚎truby-23.1-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/truffleruby-23.1.yml
593
+ [🚎truby-24.2-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/truffleruby-24.2.yml
594
+ [🚎truby-25.0-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/truffleruby-25.0.yml
595
+ [🚎2-cov-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/coverage.yml
596
+ [🚎2-cov-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/coverage.yml/badge.svg
597
+ [🚎3-hd-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/heads.yml
598
+ [🚎3-hd-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/heads.yml/badge.svg
599
+ [🚎5-st-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/style.yml
600
+ [🚎5-st-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/style.yml/badge.svg
601
+ [🚎9-t-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/truffle.yml
602
+ [🚎9-t-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/truffle.yml/badge.svg
603
+ [🚎10-j-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/jruby.yml
604
+ [🚎10-j-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/jruby.yml/badge.svg
605
+ [🚎11-c-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/current.yml
606
+ [🚎11-c-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/current.yml/badge.svg
607
+ [🚎12-crh-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/dep-heads.yml
608
+ [🚎12-crh-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/dep-heads.yml/badge.svg
609
+ [🚎13-🔒️-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/locked_deps.yml
610
+ [🚎13-🔒️-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/locked_deps.yml/badge.svg
611
+ [🚎14-🔓️-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/unlocked_deps.yml
612
+ [🚎14-🔓️-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/unlocked_deps.yml/badge.svg
613
+ [🚎15-🪪-wf]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/license-eye.yml
614
+ [🚎15-🪪-wfi]: https://github.com/galtzo-floss/turbo_tests2/actions/workflows/license-eye.yml/badge.svg
615
+ [💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
616
+ [💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
617
+ [💎ruby-2.6i]: https://img.shields.io/badge/Ruby-2.6-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
618
+ [💎ruby-2.7i]: https://img.shields.io/badge/Ruby-2.7-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
619
+ [💎ruby-3.0i]: https://img.shields.io/badge/Ruby-3.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
620
+ [💎ruby-3.1i]: https://img.shields.io/badge/Ruby-3.1-CC342D?style=for-the-badge&logo=ruby&logoColor=white
621
+ [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
622
+ [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
623
+ [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
624
+ [💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
625
+ [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
626
+ [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
627
+ [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
628
+ [💎truby-23.0i]: https://img.shields.io/badge/Truffle_Ruby-23.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
629
+ [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
630
+ [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
631
+ [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
632
+ [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
633
+ [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
634
+ [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
635
+ [💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
636
+ [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
637
+ [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
638
+ [🤝gh-issues]: https://github.com/galtzo-floss/turbo_tests2/issues
639
+ [🤝gh-pulls]: https://github.com/galtzo-floss/turbo_tests2/pulls
640
+ [🤝gl-issues]: https://gitlab.com/galtzo-floss/turbo_tests2/-/issues
641
+ [🤝gl-pulls]: https://gitlab.com/galtzo-floss/turbo_tests2/-/merge_requests
642
+ [🤝cb-issues]: https://codeberg.org/galtzo-floss/turbo_tests2/issues
643
+ [🤝cb-pulls]: https://codeberg.org/galtzo-floss/turbo_tests2/pulls
644
+ [🤝cb-donate]: https://donate.codeberg.org/
645
+ [🤝contributing]: https://github.com/galtzo-floss/turbo_tests2/blob/main/CONTRIBUTING.md
646
+ [🏀codecov-g]: https://codecov.io/gh/galtzo-floss/turbo_tests2/graphs/tree.svg
647
+ [🖐contrib-rocks]: https://contrib.rocks
648
+ [🖐contributors]: https://github.com/galtzo-floss/turbo_tests2/graphs/contributors
649
+ [🖐contributors-img]: https://contrib.rocks/image?repo=galtzo-floss/turbo_tests2
650
+ [🚎contributors-gl]: https://gitlab.com/galtzo-floss/turbo_tests2/-/graphs/main
651
+ [🪇conduct]: https://github.com/galtzo-floss/turbo_tests2/blob/main/CODE_OF_CONDUCT.md
652
+ [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
653
+ [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
654
+ [📌semver]: https://semver.org/spec/v2.0.0.html
655
+ [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
656
+ [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
657
+ [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
658
+ [📌changelog]: https://github.com/galtzo-floss/turbo_tests2/blob/main/CHANGELOG.md
659
+ [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
660
+ [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
661
+ [📌gitmoji]: https://gitmoji.dev
662
+ [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
663
+ [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
664
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.555-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
665
+ [🔐security]: https://github.com/galtzo-floss/turbo_tests2/blob/main/SECURITY.md
666
+ [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
667
+ [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
668
+ [📄license]: LICENSE.md
669
+ [📄license-ref]: MIT.md
670
+ [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
671
+ [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
672
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-✓-259D6C.svg?style=flat&logo=Apache
673
+ [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
674
+ [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
675
+ [🚎yard-current]: http://rubydoc.info/gems/turbo_tests2
676
+ [🚎yard-head]: https://turbo-tests2.galtzo.com
677
+ [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
678
+ [💎SHA_checksums]: https://gitlab.com/galtzo-floss/turbo_tests2/-/tree/main/checksums
679
+ [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
680
+ [💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
681
+ [💎appraisal2]: https://github.com/appraisal-rb/appraisal2
682
+ [💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
683
+ [💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
684
+
685
+ <!-- kettle-jem:metadata:start -->
686
+ | Field | Value |
687
+ |---|---|
688
+ | Package | turbo_tests2 |
689
+ | Description | 🚀 `turbo_tests2` is a drop-in replacement for `serpapi/turbo_tests` and `grosser/parallel_tests` with incremental summarized output. Source code of `turbo_test2` gem is based on Discourse and Rubygems work in this area (see README file of the source repository). |
690
+ | Homepage | https://github.com/galtzo-floss/turbo_tests2 |
691
+ | Source | https://github.com/galtzo-floss/turbo_tests2 |
692
+ | License | `MIT` |
693
+ | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/turbo_tests2, https://www.buymeacoffee.com/pboling |
694
+ <!-- kettle-jem:metadata:end -->