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 automated tests #6

Open
theY4Kman opened this issue Jan 23, 2021 · 0 comments
Open

Add automated tests #6

theY4Kman opened this issue Jan 23, 2021 · 0 comments

Comments

@theY4Kman
Copy link
Owner

NOTE: this ticket may be more of a reminder than any solid plan

Brief

Language plugins are always a fair bit complex, and can easily grow in complexity — it's very easy for subtle (and not-so-subtle) bugs to be introduced and go unnoticed. Having an automated test suite is paramount to reducing these bugs, and staying sane, in general.

Details

Jetbrains provides a number of handy base test classes for verifying the behaviour of many language-related actions — things like testing refactoring, renaming, autocompletion, and I'd wager syntax-highlighting, too.

It may be wise to hook up GitHub Actions, Travis, Circle, or some other CI tool to automatically run tests on master and any PRs. To start on that route, we'll need a test suite of at least 1 test.

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