Skip to content

Commit f817d92

Browse files
committed
Added simple trouble test
1 parent 40c2c13 commit f817d92

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

t/trouble.vim

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
source plugin/pymode.vim
2+
3+
describe 'pymode troubleshooting'
4+
5+
after
6+
bd!
7+
bd!
8+
end
9+
10+
it 'pymode troubleshooting'
11+
call pymode#troubleshooting#test()
12+
Expect getline(1) == 'Pymode diagnostic'
13+
end
14+
15+
end
16+

0 commit comments

Comments
 (0)