Releases: serpapi/turbo_tests
Releases · serpapi/turbo_tests
Fix reporting of pending exceptions
Fixed
- #6 —
NoMethodError: undefined method 'pending_exception'
. @louim, thank you for providing a reproducible example and testing PR with a solution.
Correctly increment `errors_outside_of_examples_count`
Fixed
- f253010 — Correctly increment
errors_outside_of_examples_count
Fail tests on errors outside of examples
Fixed
- #5 — Thanks @grk for pointing in the right direction.
Capture load times and fix documentation formatter
Fixed
- #1 — capture time to load files. Thanks, @smileart!
- #3 — capture missing top-level context in documentation formatter. Thanks, @smileart!
Setup CI using GitHub Actions
Added
- 210da62 — Add Github Action to test the gem itself
- 3b9a4ed — Use latest
setup-ruby
- 28fa959 — Add bundler as a gem dependency
- 9a01e86 — Move executable into
bin
folder
Limit amount of test processes to amount of actual test files
Added
c67f278 Bump turbo_tests version
228e4b4 Limit amount of test processes to amount of actual test files
cb39c17 Specify gem versions in gemspec
Support specifying the number of processes to use
Added
c19d02b Support specifying the number of processes to use
Copy turbo_tests from discourse and rubygems
Added
7ef28fd Fix turbo_tests command in README
9488813 Update README
cb8596a Fix failure reporting
09f2d37 Execute RSpec through Bundler
195eb6f Support documentation formatter
f431af9 Copy turbo_tests from discourse and rubygems