GithubHelp home page GithubHelp logo

vim-go-test's Introduction

vim-go-test's People

Contributors

micheam avatar

Watchers

 avatar  avatar

vim-go-test's Issues

Run all test Under current module

What's troubling you

Often we want to test all packages under a module to see if they are regressions. It's tedious to stop the VIM each time and go back to the terminal.

Proposed Solution

Provide a command to run all the tests under the current module.

The image of the issuing command is below.

$ go list . | while read pkg; do go test $pkg -count=1; done

it would be good to run a package-specific test and merge the results ๐Ÿ˜Œ

open/close test result buffer with command

Problem

Opening the test result buffer manually is a bit annoying.

Solution

Add command bellow.

  • :ResultBufferOpen : Open test result buffer
  • :ResultBufferClose : Close test result buffer
  • :ResultBuffer! : Toggle test result buffer

Enable Run Examples

What's trouble you

RunTest ignore Example function.

The Solution you'd like

Add functionality to run examples.

Jump to the source file

What's troubling you

After running the test, it feels very annoying to look for it in the buffer list when returning to the source file.

Proposed Solution

Please provide a feature to jump from the currently edited test file to the corresponding source file by detecting it.
It may be more convenient if the plugin can detect function or method.

enable async execution

้žๅŒๆœŸใงๅฎŸ่กŒใงใใ‚‹ๆง˜ใซใ—ใŸใ„ใ€‚
Async.Promise ใ‚’ไฝฟใ†ใฎใŒ่‰ฏใ•ใใ†

Run Benchmark-test

What's troubling you

When I'm writing test code, I also want to measure benchmarks without going back to the terminal.

The Solution you'd like

Add cmd RunBenckmark or enable to run it with RunTest.

Re-Run Last Test

What's troubling you

Want to Re-Run Last Test.

The Solution you'd like

Add New Cmd like 'ReRunTest'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.