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 commit adds creation of `.hidden-sublime-package` file to hide python 3.3 helper package from Package Control's quick panels.

I am trying to generate coverage using github actions, all tests passes but in codecov upload it throws error that no coverage file located. My github action ```yaml name: test...

@randy3k: for your evaluation. Feel free to reject this if you don't deem it appropriate. My motivation is that, during development, 4 secs is quite a long time to wait...

Ever since GitHub Actions updated the macOS 12 image a few days ago to 20230709.1 (from 20230623.2), the install step for package control has been timing out with the error:...

Allows running the ColorSchemeUnit tests. Example ```yaml name: Continuous Integration on: [push, pull_request] env: PACKAGE: MonokaiFree jobs: tests: strategy: fail-fast: false matrix: st-version: [3, 4] os: ["ubuntu-latest", "macOS-latest", "windows-latest"] runs-on:...

In ST4 the Test Current File command errors with the following: ``` tests (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: tests (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: tests Traceback (most...

This command allows you test and generate coverage for the current file. Note that there is some refactoring that can be done but I've left that for a later iteration...

Some files are not required when installed. These are added as export ignore rules in the gitattributes file. When Package Control installs the package git will exclude these files from...