File: without-arguments.test

package info (click to toggle)
go2 1.20121210-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 224 kB
  • ctags: 296
  • sloc: python: 1,222; makefile: 34; sh: 9
file content (9 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/atheist
# -*- mode:python; coding:utf-8 -*-

Test('$basedir/go2.py',
     expected=1,
     post=StdOutContains(
        ['error: too few arguments',
         'go2 is a fast directory finder.'])
     )