Replies: 1 comment 4 replies
-
The issue is that even before However - Typically you don't need to explicitly specify But you've specified them explicitly (presumably because you want to recurse into subdirs), and they overlap, so that may be causing issues. I would try making sure the sources don't overlap, for starters. So what exactly is the issue you're having, that some tests aren't being run when you expect them to? Which ones? I'm guessing the |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm struggling with having my test pass. I have been using a pytest.ini:
I would then normally run something like:
pytest my_package
Which would test all python files in
my_package
starting with "test_" or "test". I have not been able to duplicate this behavior in pants. It does find and run with the same pytest.ini file. This is my current BUILD:Hopefully this is a quick fix I haven't been able to find.
Beta Was this translation helpful? Give feedback.
All reactions