It seems like it could be pretty simple to set up Arcanist to run unit tests in a Django project. But the only documentation on setting up unit tests that seems to exist says that I'll have to write a php class to extend ArcanistUnitTestEngine
.
I was hoping for something like putting:
"unit.engine" : "DjangoUnitTestEngine"
or:
"unit.engine" : "PythonUnitTestEngine"
into .arcconfig.
Does that exist?