Improve Units tests and remove test parallelization

Parallelization produces errors (#92)
This commit is contained in:
2026-05-14 23:45:51 +02:00
parent 83168092f1
commit 1ab925f6fa
4 changed files with 56 additions and 38 deletions

View File

@@ -3,9 +3,6 @@ require_relative "../config/environment"
require "rails/test_help"
class ActiveSupport::TestCase
# Run tests in parallel with specified workers
parallelize(workers: :number_of_processors)
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
fixtures :all