Skip to content

Commit 1d3ff66

Browse files
Fix failing tests: add missing newlines and pytest-asyncio dependency
- Add missing newlines at end of microagent files (fixed by pre-commit) - Add pytest-asyncio dependency to fix async test execution - All non-Docker tests now pass
1 parent 1a95f86 commit 1d3ff66

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

microagents/address_pr_comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ First, check the branch {{ BRANCH_NAME }} and read the diff against the main bra
1212

1313
This branch corresponds to this PR {{ PR_URL }}
1414

15-
Next, you should use the GitHub API to read the reviews and comments on this PR and address them.
15+
Next, you should use the GitHub API to read the reviews and comments on this PR and address them.

microagents/fix_test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Can you check out branch "{{ BRANCH_NAME }}", and run {{ TEST_COMMAND_TO_RUN }}.
1717

1818
Help me fix these tests to pass by fixing the {{ FUNCTION_TO_FIX }} function in file {{ FILE_FOR_FUNCTION }}.
1919

20-
PLEASE DO NOT modify the tests by yourself -- Let me know if you think some of the tests are incorrect.
20+
PLEASE DO NOT modify the tests by yourself -- Let me know if you think some of the tests are incorrect.

microagents/update_pr_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ triggers:
1414

1515
Please check the branch "{{ BRANCH_NAME }}" and look at the diff against the main branch. This branch belongs to this PR "{{ PR_URL }}".
1616

17-
Once you understand the purpose of the diff, please use Github API to read the existing PR description, and update it to be more reflective of the changes we've made when necessary.
17+
Once you understand the purpose of the diff, please use Github API to read the existing PR description, and update it to be more reflective of the changes we've made when necessary.

microagents/update_test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Can you check out branch "{{ BRANCH_NAME }}", and run {{ TEST_COMMAND_TO_RUN }}.
1313

1414
The current implementation of the code is correct BUT the test functions {{ FUNCTION_TO_FIX }} in file {{ FILE_FOR_FUNCTION }} are failing.
1515

16-
Please update the test file so that they pass with the current version of the implementation.
16+
Please update the test file so that they pass with the current version of the implementation.

poetry.lock

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ pre-commit = "4.2.0"
9898
build = "*"
9999
types-setuptools = "*"
100100
pytest = "^8.4.0"
101+
pytest-asyncio = "^1.0.0"
101102

102103
[tool.poetry.group.test]
103104
optional = true

0 commit comments

Comments
 (0)