Count how many tests each module has via pytest python -m pytest --co -q | grep "::" | awk -F'::' '{print $1}' | uniq -c