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

vim test redux #11709

Merged
merged 8 commits into from May 11, 2024
Merged

vim test redux #11709

merged 8 commits into from May 11, 2024

Conversation

ConradIrwin
Copy link
Collaborator

This cleans up the neovim-backed vim tests:

  • removed exempted tests (we'll rely on bug reports to find missing edge cases)
  • moved all assertions into non-async fn's so that failures are reporting on the right file/line
  • removed the NeovimBackedBindingTestContext
  • renamed a few things to make them clearer
  • reduced the number of permutations tested in some cases to reduce slowest test from 60s to 5s

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label May 11, 2024
@ConradIrwin ConradIrwin merged commit f550f23 into main May 11, 2024
8 checks passed
@ConradIrwin ConradIrwin deleted the vim-test-redux branch May 11, 2024 18:04
osiewicz pushed a commit to RemcoSmitsDev/zed that referenced this pull request May 18, 2024
This cleans up the neovim-backed vim tests:
- removed exempted tests (we'll rely on bug reports to find missing edge
cases)
- moved all assertions into non-async fn's so that failures are
reporting on the right file/line
- removed the NeovimBackedBindingTestContext
- renamed a few things to make them clearer
- reduced the number of permutations tested in some cases to reduce
slowest test from 60s to 5s

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant