Skip to content

Latest commit

 

History

History

gum-utility

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

GUM Utilities

Go (language) test helper

Hoe to install

  1. Download script using wget then save to your home directory
        wget https://raw.githubusercontent.com/alfiankan/public-dot-files/master/gum-utility/go_test_helper.sh
  2. Add alias to your profile. I show u how to add alias on zsh :
    1. Open .zshrc file (by default at your home directory)
    2. Add alias gt='sh ~/test_helper.sh'

How to use

New Test or use last test

Screen Shot 2022-10-05 at 20 03 23

pick test file

Screen Shot 2022-10-05 at 20 03 35

pick test function

Screen Shot 2022-10-05 at 20 03 44

verbose mode option

Screen Shot 2022-10-05 at 20 03 53

add additional flags

Screen Shot 2022-10-05 at 20 04 03

Screen Shot 2022-10-05 at 20 04 19

that's all

gum_go_test.mp4