Back to Browse

Using vim-test to Run Your Tests with and without Docker

5.9K views
Feb 23, 2021
11:34

It supports 20+ languages and lets you run 1 test, a file's tests or all of your tests with hotkeys. Hit the subscribe button to receive more videos like this! REFERENCE LINKS --------------------------------------------------- ► https://github.com/vim-test/vim-test ► https://github.com/nickjj/dotfiles/blob/7e7f43f1cf6b51e933590d4095c8b05ab251f885/.vimrc#L616 (vim-test settings) ► https://github.com/nickjj/docker-rails-example (example Rails + Docker app) COURSES --------------------------------------------------- Courses I've created that focus on web dev and deployment topics. ► https://nickjanetakis.com/courses/ THE TOOLS I USE / GEAR --------------------------------------------------- ► https://nickjanetakis.com/blog/the-tools-i-use FOLLOW ME ELSEWHERE --------------------------------------------------- ► Twitter: https://twitter.com/nickjanetakis ► GitHub: https://github.com/nickjj TIMESTAMPS --------------------------------------------------- 0:00 -- What we're going to cover in this video 0:21 -- vim-test supports 20+ programming languages and lots of test libraries 0:46 -- It's easy to customize the commands, so it works with and without Docker 1:02 -- Using the plugin in a Python app (but it works the same everywhere) 1:09 -- Running a specific test in a file 2:30 -- Running an entire file's worth of tests 2:54 -- Running all of the tests in your project 3:39 -- Visiting the last test that you ran while doing something else 4:17 -- Running the last test from anywhere in your code base 5:07 -- Changing the Vim mappings if you don't like what I'm using 5:56 -- Customizing how your test's output is shown within Vim 7:33 -- Customizing a test runner to work with or without Docker 10:58 -- Installing the vim-test plugin

Download

0 formats

No download links available.

Using vim-test to Run Your Tests with and without Docker | NatokHD