-
Notifications
You must be signed in to change notification settings - Fork 38
Setup UI tests for lints #31
Copy link
Copy link
Labels
A-Build-SystemRelated to CI and GitHub ActionsRelated to CI and GitHub ActionsA-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-TestingA change to the testsA change to the tests
Milestone
Metadata
Metadata
Assignees
Labels
A-Build-SystemRelated to CI and GitHub ActionsRelated to CI and GitHub ActionsA-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-TestingA change to the testsA change to the tests
UI tests ensure that errors and warnings are correctly raised for given code cases. This can verify that lints fire when they're supposed to, and don't in all other occasions. I think
ui_testwould be great for this, since this is what the mainbevyrepo uses.