Hi all, I want to test if my changes in one of the sources is working correctly, before opening a PR. But I can’t use the built in unit test running in IntelliJ to run the python unit tests. The tests are run when I execute
gradle test
, but that option is not ideal, as I don’t wish to escape my IDE 😄
s
Sherif Nada
03/03/2023, 5:39 PM
fwiw each connector should have
README
instructions about how to run test without using gradle at all