mix propwise (PropWise v0.3.2)

View Source

Analyzes an Elixir project for property-based testing candidates.

Usage

mix propwise [OPTIONS] [PATH]

Options

  • -m, --min-score NUM - Minimum score for candidates (default: 4)
  • -f, --format FORMAT - Output format: text or json (default: text)
  • -o, --output FILE - Write output to file instead of stdout
  • -l, --library LIB - Property testing library: stream_data or proper (default: stream_data)
  • --no-fail - Exit with code 0 even when suggestions are found (default: false)
  • -h, --help - Show help message

Examples

mix propwise
mix propwise --min-score 5
mix propwise --format json
mix propwise --library proper
mix propwise ../other_project