UnitTesting icon indicating copy to clipboard operation
UnitTesting copied to clipboard

Testing Sublime Text Packages

Results 48 UnitTesting issues
Sort by recently updated
recently updated
newest added

This should fix a "could not download Sublime Text binary" error: ![Screenshot from 2022-05-31 09-46-47](https://user-images.githubusercontent.com/44148/171132771-e5849bcd-b7ae-415e-85ef-6e7f8161a04e.png) https://github.com/gerardroche/sublime-monokai-free/runs/6666517409?check_suite_focus=true It's difficult to test this because I had to hack the code to change...

It would be great to have a workflow for Sublime Text 4 as well. Even if ST4 is not released yet, this would greatly help early-adopting plugin developers.

Will be used for #155, #67, and probably many other things. I'm not familiar with PowerShell; we'll need to add sublime_lib in there as well. I also have not tested...

**This is a WIP to gather some feedback, it's not yet ready to be merged.** The main idea here is to create an API compatible with the spec outlined in...

Only tested for Linux and tested locally. So my expectation is that the CI will fail. This branch should evolve more. I have also replaced the polling behavior to check...

Maybe there is something like that already but I haven't digged too deep. It should be useful to have a hook that runs when assertion fails. It should run exactly...

The panel remains empty while the tests are running. It would be nice to print the intermediate test results while the test runner is running.

We're getting at around 200 tests now for LSP and we have a ton of `yield lambda: condition()` in setUp and tearDown methods. It can take a long time to...

I'm updating a plugin I haven't touched in a couple years and trying to get travis-ci working again, but I'm running into GDK/GTK-related failures on Linux. I went ahead and...

It would be great if the GitHub Action in this repo would be published. The current `README.md` advises: ``` To enable GitHub Actions, copy the file build.yml to your repository....