~ubuntuone-hackers/ubuntu-rest-scopes/trunk

« back to all changes in this revision

Viewing changes to test

  • Committer: Facundo Batista
  • Date: 2015-02-25 11:42:43 UTC
  • mto: This revision was merged to the branch mainline in revision 407.
  • Revision ID: facundo@taniquetil.com.ar-20150225114243-m9z9idbztghbldwo
Receive an oopser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
nosetests --nocapture $TARGET
18
18
if [ $(which flake8) ]; then
19
 
    flake8 $TARGET
 
19
    flake8 --max-line-length=99 $TARGET
20
20
fi
21
21
pylint -d R,C,W,E,F -e C0111,C0112  -r n --no-docstring-rgx="(__.*__|test_*)" $TARGET 2> /dev/null