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 agent tests #19

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

feat: add agent tests #19

wants to merge 9 commits into from

Commits on Nov 21, 2023

  1. test: add more tests on process spawn

    Signed-off-by: WoodenMaiden <[email protected]>
    WoodenMaiden committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    642f39b View commit details
    Browse the repository at this point in the history
  2. test: mock fs using tempfile crate

    Signed-off-by: WoodenMaiden <[email protected]>
    WoodenMaiden committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9ea2ba7 View commit details
    Browse the repository at this point in the history
  3. revert: remove unnecessary FileHandler

    Signed-off-by: WoodenMaiden <[email protected]>
    WoodenMaiden committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8001149 View commit details
    Browse the repository at this point in the history
  4. feat: add workspace_path opt so tests runs w/ tmpfile

    Signed-off-by: WoodenMaiden <[email protected]>
    WoodenMaiden committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a728af6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. feat: use tmpfiles to mock runner_engine files

    Signed-off-by: WoodenMaiden <[email protected]>
    WoodenMaiden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    edff1b3 View commit details
    Browse the repository at this point in the history
  2. feat: add ClientTrait

    Signed-off-by: WoodenMaiden <[email protected]>
    WoodenMaiden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a8b3903 View commit details
    Browse the repository at this point in the history
  3. feat: pass ClientTrait to LambdoAgentServer

    Signed-off-by: WoodenMaiden <[email protected]>
    WoodenMaiden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    50e4aa1 View commit details
    Browse the repository at this point in the history
  4. fix: test status and execute

    Signed-off-by: WoodenMaiden <[email protected]>
    WoodenMaiden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bfcc819 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    92a4c8e View commit details
    Browse the repository at this point in the history