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

Activate commented out tests in workflows #10

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

Conversation

PatWie
Copy link
Owner

@PatWie PatWie commented Aug 11, 2024

Uncomment and activate the previously commented out tests in the build_test.yml workflow. The tests were failing on GitHub but are working fine locally.

PatWie added 2 commits August 11, 2024 13:00
This commit adds an end-to-end test that uses headless Neovim to apply
code actions with a mocked LLM response and diff-compares the output
against a given expected output.

The goal of this test is to ensure the code actions behave as expected,
particularly when interacting with a large language model (LLM) for code
generation and modification. By running the test in a headless Neovim
environment, we can verify the end-to-end functionality of the code
action integration without relying on manual testing.
Uncomment and activate the previously commented out tests in the
build_test.yml workflow. The tests were failing on GitHub but are working
fine locally.
@PatWie PatWie force-pushed the main branch 2 times, most recently from 29dc660 to cb88e8d Compare August 11, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant