-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Sweep Rules] Add Unit Tests for New Code in pulling_ace/cli.py #40
Conversation
Rollback Files For Sweep
|
Sandbox Executions |
The command: #1 [internal] load build definition from Dockerfile #2 [internal] load .dockerignore #3 [auth] library/python:pull token for registry-1.docker.io #4 [internal] load metadata for docker.io/library/python:3.10-slim #5 [internal] load build context #6 [python-deps 1/7] COPY Pipfile Pipfile.lock /app/ #7 [python-deps 2/7] COPY . /app #8 [python-deps 3/7] WORKDIR /app #9 [python-deps 4/7] COPY pulling_ace /app/pulling_ace #10 [base 1/1] FROM docker.io/library/python:3.10-slim@sha256:3c9182c6498d7de6044be04fb1785ba3a04f953d515d45e5007e8be1c15fdd34
|
🚀 Wrote ChangesDone. |
PR Feedback (click)
I created this PR to address this rule:
"Code should not be committed without proper testing."
Description
This PR addresses the issue of missing testing for the new code added in pulling_ace/cli.py. The new code includes a call to the function run_injections, and it's important to ensure that this functionality is adequately tested.
Summary