Line # 225: self.paths.lib_junit = str(config.get('lib', 'hamcrest'))
should be: self.paths.lib_hamcrest = str(config.get('lib', 'hamcrest'))
when the above fix was done and the command was run, I am getting the below error.
File "jdoop.py", line 955, in
report = Report(jdoop.paths.lib_jacoco, [unit_tests_list[-1].name], classpath, params.root, jdoop.paths.sut_compilation_dir)
IndexError: list index out of range