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

More reliable plugin integration tests #30

Open
numirias opened this issue Nov 7, 2018 · 0 comments
Open

More reliable plugin integration tests #30

numirias opened this issue Nov 7, 2018 · 0 comments

Comments

@numirias
Copy link
Owner

numirias commented Nov 7, 2018

The tests in test/test_plugin.py run against headless nvim instances. Since many features of Semshi operate asynchronously, it can be tricky to track when they have completed (esp. because sometimes we can't differentiate between a pending and a failed event). Consequently, some of the tests are based on timeouts which occasionally makes tests fail randomly on Travis.

This should be fixed soon because it also potentially confuses contributors submitting PRs.

(Also we should revisit the inadequate usage of fixtures that Pytest is nagging about.)

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

No branches or pull requests

1 participant