no-useless-run-test.rst (270B)
1 no-useless-run-test 2 =================== 3 4 Designed for xpcshell-tests. Rejects definitions of ``run_test()`` where the 5 function only contains a single call to ``run_next_test()``. xpcshell's head.js 6 already defines a utility function so there is no need for duplication.