mix test.update_features (sc v1.0.2)

View Source

Updates all SCION and W3C test files with @tag required_features: tags.

Analyzes the XML content in each test file using SC.FeatureDetector to determine which SCXML features are required, then adds or updates the @tag required_features: tag accordingly.

Usage

mix test.update_features

Options

--dry-run    Show what would be changed without modifying files
--verbose    Show detailed output for each file processed

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

@spec run([String.t()]) :: no_return()

Callback implementation for Mix.Task.run/1.