Skip to content

Support Test::Unit::TestCase test runner #68

Description

@nertzy

with_model supports RSpec and Minitest, but projects using Test::Unit::TestCase cannot use its dynamic model/table lifecycle.

WithModel.runner currently accepts only :rspec and :minitest; selecting a Test::Unit runner raises an ArgumentError. This leaves Test::Unit users to reimplement setup/teardown, schema creation, and model cleanup locally.

Add Test::Unit support that registers the existing model/table lifecycle with Test::Unit::TestCase, together with coverage and README setup guidance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions