File: without-arguments.test

package info (click to toggle)
go2 1.20120217-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: python: 1,186; makefile: 17; 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.'])
     )