Eni S
12/06/2024, 9:31 AMModuleNotFoundError: No module named 'tests.test_core_lightfoot'
. There is also the hint: Hint: make sure your test modules/packages have valid Python names.
.I am running pytest from meltano root directory. Any ideas why this happens?Reuben (Matatika)
12/06/2024, 9:38 AMEni S
12/06/2024, 9:39 AMReuben (Matatika)
12/06/2024, 9:43 AMEni S
12/06/2024, 9:45 AMReuben (Matatika)
12/06/2024, 9:53 AMpytest tests/test_core_lightfoot.py
work? Are you importing from tests.test_core_lightfoot
somewhere? This works for me:Eni S
12/06/2024, 9:55 AMEni S
12/06/2024, 9:56 AMReuben (Matatika)
12/06/2024, 10:00 AMtap-lightfoot
directory?Eni S
12/06/2024, 10:01 AMReuben (Matatika)
12/06/2024, 10:12 AMEni S
12/06/2024, 10:14 AMReuben (Matatika)
12/06/2024, 10:23 AMpyproject.toml
in the project root with test dependencies for all plugins?Eni S
12/06/2024, 10:26 AMEni S
12/06/2024, 10:29 AMReuben (Matatika)
12/06/2024, 10:31 AMEni S
12/06/2024, 10:34 AM