Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve getting actions from the target under test #468

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2023

  1. Improve getting actions from the target under test:

    1. Add an keyword "mnemonic" parameter to `analysistest.target_actions()` to filter actions by mnemonic.
    
    2. Add `analysistest.target_action(env, mnemonic=None, output_ending_with=None)` to get a single action by mnemonic or by one of its outputs.
    ahumesky committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8ab5858 View commit details
    Browse the repository at this point in the history
  2. Update target_action docs

    ahumesky committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    166b957 View commit details
    Browse the repository at this point in the history
  3. Update docs

    ahumesky committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6508653 View commit details
    Browse the repository at this point in the history