Test

Run the test suite. Use when running tests, checking test coverage, or validating code changes. Use when this capability is needed.

tomevault-io Updated

File contents

Test - argus

Run the project test suite.

Command

go test ./...

Description

Run all tests

Test Examples

Reference these files for test patterns:

  • internal/detector/architecture_test.go
  • internal/detector/cli_test.go
  • internal/detector/codepatterns_test.go

On Failure

  • Analyze the failing test output
  • Identify the root cause of the failure
  • Check if it's a test issue or a code issue
  • Suggest fixes for the failing tests

Options

  • Add -run TestName to run specific test files
  • Add -v for verbose output

Success Criteria

  • All tests pass
  • No skipped tests without reason
  • Coverage meets project standards (if applicable)

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/priyans-hu--argus--test commit cfefa1d82e

Frequently asked questions

npx skillmds@latest add tomevault-io/test-10