Also worth noting, in the Pnats repo itself: ``` $...
# general
e
Also worth noting, in the Pnats repo itself:
Copy code
$ find tests/python/ -name __init__.py | wc -l
82
So Pants gets away with
__init__.py
packages in its own test tree. The likely difference being that we run on much newer py.test on HEAD.