I have trouble setting up the auto unit test config for my python project.
Normally I just run nose2
and my tests throughout the project will be discovered and executed. However, I am having a hard time finding relative documents to set up arc unit
.
I tried adding the followings to .arcconfig
but nothing happens if I do arc unit
. It think is assumes all tests are under tests/
which is not the case for me. My tests are in the same folder as the to-be-tested files.
"unit.engine": "NoseTestEngine"