Anyone here who uses Pants in conjunction with doc...
# general
c
Anyone here who uses Pants in conjunction with doctest? https://docs.python.org/3.9/library/doctest.html
Hmm maybe this could be my foray into Pants plugin development
👏 2
b
There's also a GitHub issue, I believe
p
I believe pytest can run doctest tests.
b
It can! Although one issue is if you don't have tests for the code, it won't ever be tested!
So ideally, pants gathers those files for the sandbox as well if the flag is enablees
c
Oh here it is https://github.com/pantsbuild/pants/issues/11227 Great to know there's some interest already.