feat: intentionally skipping the logic to check for the input #10
deploy.yml
on: pull_request
Matrix: Test
Build Docker Image
/
Build and Push Docker Image
Matrix: Deploy to Lambda Feedback / build-aws
Waiting for pending jobs
Matrix: Deploy to Lambda Feedback / build-gcp
Waiting for pending jobs
Deploy to Lambda Feedback
/
...
/
deploy
Deploy to Lambda Feedback
/
...
/
deploy
Deploy to Lambda Feedback
/
...
/
deploy
Deploy to Lambda Feedback
/
...
/
deploy
Annotations
12 errors
|
Test (3.12)
Process completed with exit code 1.
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationBasic ► test_linear_meets_linear_bound:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationBasic object at 0x7f2dff4e5070>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationBasic ► test_constant_meets_linear_bound:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationBasic object at 0x7f2dff4e6360>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationBasic ► test_quadratic_meets_quadratic_bound:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationBasic object at 0x7f2dff4e71a0>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationComplexityBounds ► test_log_n_meets_log_n_bound:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationComplexityBounds object at 0x7f2dff4e6570>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationComplexityBounds ► test_nlogn_meets_nlogn_bound:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationComplexityBounds object at 0x7f2dff4e6c30>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationComplexityBounds ► test_linear_meets_nlogn_bound:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationComplexityBounds object at 0x7f2dff4e7b30>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationComplexityBounds ► test_cubic_meets_cubic_bound:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationComplexityBounds object at 0x7f2dff4e7560>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationDictFormats ► test_dict_answer_time_complexity:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationDictFormats object at 0x7f2dff4e7440>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationDictFormats ► test_dict_response_with_pseudocode:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationDictFormats object at 0x7f2dff4e4a10>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationFeedback ► test_correct_feedback_positive:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationFeedback object at 0x7f2dff4e4890>
|
|
pytest ► evaluation_function.tests.test_evaluation.TestEvaluationErrorHandling ► test_empty_pseudocode:
pytest.xml#L0
Failed test found in:
pytest.xml
Error:
self = <evaluation_function.tests.test_evaluation.TestEvaluationErrorHandling object at 0x7f2dff4dec30>
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
|
6.51 KB |
sha256:c680b5d71044628d94f037c23bae08a25e2f19a4aa3943a3e1d435bcad600f45
|
|