./test.py
./test.py [test]
./test.py -l
./test.py -t 0.3
./test.py -d
./test.py -L
- input_file.txt
- commands.py
- a literal backslash is written
r'\\'
- a literal double quote is written
r'\"'
- key notation have to be escaped
r'\<CR>'
- a literal backslash is written
- expected_output_file.txt
You can call the following function to create a template:
:call vm#special#commands#new_test()
- vimrc.vim
- config.json
{
"max_cpu_time": 2.7
}