Skip to content

Instantly share code, notes, and snippets.

@dileepbapat
Created January 24, 2014 13:09
Show Gist options
  • Save dileepbapat/8596912 to your computer and use it in GitHub Desktop.
Save dileepbapat/8596912 to your computer and use it in GitHub Desktop.
list python unit tests taking more time (nose tests)
cat /tmp/nosetests.xml|tr '<' '\n'|grep 'testcase ' |cut -d\" -f2,6|sort -n -t\" -k2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment