Skip to content

Releases: serpapi/turbo_tests

Add --runtime-log option

04 Oct 16:37
73e0ac8
Compare
Choose a tag to compare

Added

Fix reporting of pending exceptions

17 Aug 12:47
89564ef
Compare
Choose a tag to compare

Fixed

  • #6NoMethodError: 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`

25 Mar 15:07
f253010
Compare
Choose a tag to compare

Fixed

  • f253010 — Correctly increment errors_outside_of_examples_count

Fail tests on errors outside of examples

25 Mar 13:51
a8145e7
Compare
Choose a tag to compare

Fixed

  • #5 — Thanks @grk for pointing in the right direction.

Capture load times and fix documentation formatter

09 Mar 11:00
73110f2
Compare
Choose a tag to compare

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

23 Nov 15:37
af9ad87
Compare
Choose a tag to compare

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

30 Oct 15:11
Compare
Choose a tag to compare

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

30 Oct 13:27
Compare
Choose a tag to compare

Added

c19d02b Support specifying the number of processes to use

Copy turbo_tests from discourse and rubygems

30 Oct 13:12
7ef28fd
Compare
Choose a tag to compare

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