Skip to content

Releases: nlamirault/gotest.el

v0.16.0

21 Feb 09:45
490189e
Compare
Choose a tag to compare

Changes

  • Removed go-mode dependency @nanjj (#97)
  • Add go-test-go-command and go-run-go-command buffer-local variables @knu (#96)
  • Update actions/setup-python action to v3 @renovate (#91)
  • Update actions/checkout action to v3 @renovate (#92)
  • Used ff-get-other-file to find the test buffer @nanjj (#90)
  • Update actions/checkout action to v2 @renovate (#88)
  • Configure Renovate @renovate (#85)

v0.15.0

21 Feb 21:57
9b1dc4e
Compare
Choose a tag to compare

Changes

  • Configure WhiteSource Bolt for GitHub @whitesource-bolt-for-github (#78)
  • resolves #67 -- use namespaced testify flag @kjgorman (#70)
  • fix go-test--get-current-data when subword is on @vconcat (#79)
  • Put any extra arguments from go-test-args before the test name @CyborgMaster (#80)
  • Fix order of commandline arguments concatenation @mikolajb (#74)
  • Rerun current test with go-test-current-test-cache() @iDanko (#73)
  • Update README.md @kb (#69)
  • Handle non-existing test buffers gracefully @juergenhoetzel (#68)
  • Resolves #63 - interpret C-u number as count parameter @kjgorman (#64)
  • Resolves #62 - ensure compilation-sentinel is invoked @kjgorman (#65)
  • add vendoring support to go-test-current-project @s-kostyaev (#56)
  • add vendoring support to go-test-current-project @s-kostyaev (#57)
  • Make column in compiler message regex optional @antifuchs (#55)
  • No longer provide a feature in test-helper.el @tarsius (#54)
  • Fixed test profile multiple packages issue @nanjj (#52)

🚀 Features

0.13.0

17 Oct 09:05
Compare
Choose a tag to compare
  • #48 : Re-use the test output buffer if it is shown (Thanks Andreas Fuchs)
  • #47 : Anchor font-lock-keywords at BoL & add subtest support (Thanks Andreas Fuchs)
  • #46 : Pass . as the package name in current-{test,file} (Thanks Andreas Fuchs)
  • #43 : Add support for compilation with comint-mode enabled (Thanks Novak Boškov)
  • #41 : Fix running ExampleFoo that follows TestFoo (Thanks Konstantin Shaposhnikov)
  • #39 : add-custom-arguments-function (Thanks IvanMalison)

0.12.0

14 Apr 08:30
0.12.0
Compare
Choose a tag to compare
  • #37 : for fish shell compatibility, strictly escape $ (thanks Eric Drechsel)

0.11.0

14 Apr 08:30
0.11.0
Compare
Choose a tag to compare
  • #34 : Fix gb project detection (thanks dougm)
  • FIX CircleCI build (Emacs24 as default version)

0.10.0

26 Feb 10:03
Compare
Choose a tag to compare
  • #32 : Can't install package in melpa stable
  • Refactoring testing current file
  • #30 : Tests with only tests or examples

0.9.0

18 Dec 08:50
Compare
Choose a tag to compare
  • FIX #30 Remove extra "|" when no examples in file
  • Cleanup removing unused hook

0.8.0

30 Nov 15:53
Compare
Choose a tag to compare
  • #25 : Use -m flag for suite tests (only use -m when length > 0) (
  • #24 : Load cl-lib.el instead of cl.el

0.7.0

09 Nov 09:49
Compare
Choose a tag to compare
  • #23 Add support for github.com/stretchr/testify/suite (thanks IvanMalison)
  • Add some color output using compilation mode for unit tests

0.6.0

30 Oct 12:52
Compare
Choose a tag to compare
  • Init support for gb
  • #20 : Add support for running benchmark
  • #19 : Regex for single unit test
  • Update documentation