In a python function code repo I want to run tests via pytest upon every commit as part of ci/cd checks. Once the result have ran, I want to see them in the checks for that commit.
I’ve set enablePytest = True in gradle.properties as suggested by the repo’s default README but no luck, I’m at a loss. What’s needed to get test results in checks for python function repos?
NOTE: When I pull the repo down in VS Code the test suite runs as expected, though the extension doesn’t seem to support function preview (at the time of writing).
Possibly relevant: https://community.palantir.com/t/vs-code-for-python-functions/5614/2
Docs: https://www.palantir.com/docs/foundry/functions/python-functions-local-development