Skip to content

Add support .test-unit for default options #300

@tikkss

Description

@tikkss

GitHub: GH-286

Similar to .rspec (RSpec), .yardopts (YARD), and .rdoc_options (RDoc), it would be helpful if test-unit had a configuration file (.test-unit) for default options.

Proposal

  • File location: ./.test-unit (per-project)
  • Format: Plain text
    --load-path lib
    --verbose
    
  • Behavior: Default options from .test-unit are applied unless overridden by CLI options
  • Scope: Apply both of test-unit executable and Test::Unit::AutoRunner

How does this look? Let me know if you notice anything!

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