breezy-apple-27122
12/06/2023, 3:35 PMpants test
). When I run pants test , the files in the folder I'm adding the tests are being imported automatically even if my test file is empty. Is this common behavior? Is there a way to tweak it?
My BUILD file in the folder:
python_tests(name="tests")
__defaults__({"python_tests": {"sources": ["**/test_*.py"]}})
curved-television-6568
12/06/2023, 4:06 PMbreezy-apple-27122
12/07/2023, 9:21 AM