twolfson / sublime-core-tests

Modest test suite to verify Sublime Text functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sublime-core-tests

Build Status

Modest test suite to verify Sublime Text functionality

This was built to verify API closeness for clones of Sublime Text (e.g. suplemon)

Getting Started

To run the test suite in a local copy of Sublime Text, run the following:

# Clone our repository
git clone https://github.com/twolfson/sublime-core-tests
cd sublime-core-tests

# Install our repository as a package so UnitTesting can find it
ln -s "$PWD" ~/.config/sublime-text-3/Packages/sublime-core-tests

# Launch Sublime Text in the local folder
subl .

# By hand: Run our tests via UnitTesting
#   Command Palette -> UnitTesting: Test Current project

Documentation

_(Coming soon)_

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Test via nosetests.

Donating

Support this project and others by twolfson via gratipay.

Support via Gratipay

Unlicense

As of Aug 22 2016, Todd Wolfson has released this repository and its contents to the public domain.

It has been released under the UNLICENSE.

About

Modest test suite to verify Sublime Text functionality

License:The Unlicense


Languages

Language:Python 91.1%Language:Shell 8.9%