- Deprecate the option
codecov-upload
in github actions.
- Update Sublime Text 4 download link
- tearDownClass of TempDirectoryTestCase is now a generator
- add OverridePreferencesTestCase
- Use deferred runner in default
- Improve coverage support in ST 4
- default to ST version 4
- reject sublime text ip
- Strip whitespace when reading
.python-version
- Expose install_package CI command for installing arbitrary packages (Merge d03b414)
- Fix dummy loading under python 3.8
- support CI testing for Sublime Text 4
- support Sublime Text 4
- refactor ci script and support github actions
- use relative import to fix the reloading issue
- support x32
- Hide the test syntaxes and the success/failure color schemes
- The default value of
legacy_runner
is now set tofalse
. - Added
failfast
option
- Introduce a faster test runner, it could be enable by specifying the
option
legacy_runner
in unittesting.json. The default value oflegacy_runner
is set astrue
for the moment. We are deprecating the original test runner and will change the default value oflegacy_runner
tofalse
at some point in the future. - Discarded/lost windows fix on unittesting/mixin.py (#139)
- Optionally generate html report (#141)
- Allow starting coverage after reload (#140)
- Optimize output panel by writing less often
Contributors:
- thom
- evandrocoan
- Randy Lai
- herr kaste
- refactor ci.ps1 and install_sublime_text.ps1
- Add command to test for syntax compatibility.
- various improvements
Contributors:
- Guillermo López-Anglada
- guillermooo
- herr kaste
- Randy Lai
- ehuss
- fix appveyor issue (#121)
- keep the execuation in the same thread
Contributors:
- Randy Lai
- make sure input string when running
UnitTesting
- improve docs
Contributors:
- Randy Lai
- Taylor D. Edmiston
- support symlinked package
- Removed ST2 code. (#97)
- Refactoring/cleanup of runner. (#98)
- Removed recent package. (#100)
- Only print done messages in CI testing (#102)
Contributors:
- Thomas Smith
- thom
- Randy Lai
- Gerard Roche