Skip to content

Releases: asfaltboy/SublimeTestPlier

1.3 - Solidified Matter

01 Nov 10:27
Compare
Choose a tag to compare

Changes since 1.2.0 (79a2d02):

Docs:

  • add a note about the importance of "target"
  • add reminding warning in custom env example
  • separate kbd keys
  • update build command and external window description

Fix:

  • correct default build command syntax
  • merge bug, use correct settings file
  • avoid failing if running without a target filename
  • launch_in_iterm: update applescript for iTerm 3 beta
  • apply "extra_cmd_args" to a custom "cmd"
  • clean up DEBUG setting default

Feature:

  • add Preferences menu items
  • allow a command to specify {module} in cmd parameters
  • add external run script default/example

Other:

  • Update to pytest instead of py.test
  • Add tests for module detection and fix edge cases
  • Test on Python 3.3.3
  • Don't set PYTHONPATH in .travis.yml

Tests:

  • update mocked command assertion

Contributors:

  • Yuri Prezument
  • Pavel Savchenko

A bit better: Baby steps

26 Feb 20:02
Compare
Choose a tag to compare

This is the second public release, with 2 new features and some ironing out of our CI / tests.

Changes since 1.1.0 (ee7d71b):

Features:

  • allow flexible external launching of test
  • allow passing extra arguments to cmd

Tests/Docs:

  • use python 3.3 on Travis and send notifications
  • correct Travis badge urls and misc other changes
  • move py.test arguments to pytest.ini
  • move requirements from travis.yml to requirement.txt

First thing's first: stabilize

12 Nov 15:19
Compare
Choose a tag to compare

Changes since 1.0.0:

Bugs:

  • properly strip separators with no match

  • remove repeating (count > 1) sequence of separator

  • properly assert selection

  • use correct command in target

  • add default value for nearest_ignored

    Other:

  • Fix travis runner

    Tests:

  • add and automate testing of SublimeTestPlier