Closed sweep-ai[bot] closed 12 months ago
The command:
Run pipenv run black --check .
yielded the following error:
`##[error]Process completed with exit code 1.
[36;1mdocker build . -t pulling_ace:test[0m shell: /usr/bin/bash -e {0}
[python-deps 4/7] COPY pulling_ace /app/pulling_ace:
Dockerfile:19
17 |
18 | # Copy the pulling_ace directory into the Docker image 19 | >>> COPY pulling_ace /app/pulling_ace 20 |
21 | # Install pipenv and compilation dependenciesERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 5ee0a90d-9ba7-4120-a52c-7d8898402fd7::7zwu1sb3cn74e4zqyhuv7o0yo: "/pulling_ace": not found
[error]Process completed with exit code 1.`
Here are the logs:
would reformat pulling_ace/cli.py would reformat test/test_cli.py
Oh no! 💥 💔 💥 2 files would be reformatted, 19 files would be left unchanged.
Done.
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