Skip to content

Instantly share code, notes, and snippets.

@mamachanko
Created April 14, 2014 12:59
Show Gist options
  • Save mamachanko/10645640 to your computer and use it in GitHub Desktop.
Save mamachanko/10645640 to your computer and use it in GitHub Desktop.
List all test base classes
ack -o -h --python 'class\s.*Test.*\(\K.+(?=\)\:)' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment