Skip to content

get tests

Overview

Command: r2r eac get tests [module] Purpose: Get all tests in the repository Category: get

Syntax

r2r eac get tests [module]

Examples

# Get all tests
r2r eac get tests | jq '.'

# Filter by module
r2r eac get tests | jq '.tests[] | select(.module == "src-auth")'

# Count by type
r2r eac get tests | jq '.by_type'

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.