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

feat: Add unit tests for run_flow_from_json with fake environment variables #4015

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

Commits on Oct 3, 2024

  1. Add tests for run_flow_from_json with fake environment variables

    - Implemented test_run_flow_with_fake_env to validate flow execution with a fake .env file.
    - Added test_run_flow_with_fake_env_TWEAKS to check flow execution using environment variables loaded from the fake .env file.
    edwinjosechittilappilly committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6b6a6b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dccdd9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    489e678 View commit details
    Browse the repository at this point in the history
  4. Replace keys in tweaks with their corresponding environment variable …

    …values
    
    - Implemented a function to recursively replace keys in the tweaks dictionary with values from the provided environment variables.
    edwinjosechittilappilly committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    53c4d8b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    bcba6be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2bdfdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    993c64c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbf9d5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32d7785 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e974d0a View commit details
    Browse the repository at this point in the history