Skip to content

Releases: JarrodCTaylor/vim-python-test-runner

vim 8.2 compatible heredoc syntax

11 May 21:01
64acd4b
Compare
Choose a tag to compare
Merge pull request #32 from mattjmorrison/patch-2

Update Marker syntax for vim

Fix error with running nose test

02 Jan 00:25
4d433f1
Compare
Choose a tag to compare

Python 3

03 Apr 19:37
a1b0bef
Compare
Choose a tag to compare
Merge pull request #30 from khornberg/master

Use python3

Pytest

18 Nov 19:06
1feb22b
Compare
Choose a tag to compare

Merge pull request #28 from khornberg/

Feature: Add support for running pytest

Add support for django's default test runner

10 Apr 16:47
Compare
Choose a tag to compare
Merge pull request #26 from TayHobbs/django-test-runner

Feature: Add support for django's default test runner

Bug Fix: Running nose tests

10 Apr 16:46
Compare
Choose a tag to compare
Merge pull request #25 from Laspimon/master

Differentiate between running through nose and running through Django

Remove branch logic between linux / OSX

22 Feb 17:06
Compare
Choose a tag to compare
2.2.0

Refactor: Remove redundant code

Autoload

01 Feb 13:48
Compare
Choose a tag to compare

Refactored plugin to use Vim's autoload functionality.

Flags and Stand Alone Methods

26 Sep 22:43
Compare
Choose a tag to compare

New functionality:

  • .vim-django now accepts a flags field allowing the user to pass in any valid nose test flags
  • NosetestBaseMethod to allow running a single nose test that is not in a class

Initial stable version one release

24 Aug 13:00
Compare
Choose a tag to compare

The api for this plugin has been stable for long enough that I am going to mark this as a 1.0 any future changes will use standard semantic versioning.