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

Add integration test to CI/CD #12

Merged
merged 18 commits into from
Jan 12, 2025
Merged

Add integration test to CI/CD #12

merged 18 commits into from
Jan 12, 2025

Conversation

kkew3
Copy link
Owner

@kkew3 kkew3 commented Jan 12, 2025

Overview:

  • Drop property-based integration tests and use manually written tests instead.
  • Add to CI/CD.

kkew3 added 18 commits January 11, 2025 22:17
I make this decision based on the following reasons:

- The distribution of vim buffer and keystroke sequence is too complicated and cannot be explored efficiently.
- Shrinkage to minimum working examples almost never works due to complex correlation between random variables.
- Moreover, it's quite hard to write assertions without considering in a case-by-case manner.

From now on, integration tests will be written by hand, and the correctness of the tests where the buffer involves only ASCII characters will again be verified automatically by junegunn/vader.vim.
This is because how to run tests is quite personalized.
Otherwise actions/setup-python@v5 refuses to work.
Because previous commit fails on Vim 8.2.
@kkew3 kkew3 merged commit 6e7ba78 into rust Jan 12, 2025
6 checks passed
@kkew3 kkew3 deleted the feat/integration-test branch January 12, 2025 03:17
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