File: basic.t

package info (click to toggle)
shove 0.8.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: sh: 196; makefile: 39
file content (16 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
t_pass
t_fail
t_ok "foo"
t_ok "-z 'foo'"
t_ng "-f 'no-such-file'"
t_ng ""
t_is 1 1
t_is 1 2
t_is 1 a
t_isnt 1 a
t_isnt 1 2
t_isnt "a" "a"
t_success true
t_success "echo 'foo'"
t_error false
t_error "echo 'foo' | grep 'bar'"