8 lines
180 B
Perl
8 lines
180 B
Perl
Skip this test if pyflakes isn't available:
|
|
|
|
$ command -v pyflakes > /dev/null || exit 80
|
|
|
|
Check that there are no obvious Python source code errors:
|
|
|
|
$ pyflakes "$TESTDIR/.."
|