cb-multios
cb-multios copied to clipboard
Error running tests
Hello, I was wondering if you could provide some help.
When running the script $ python2.7 tester.py -a --povs -o out.xlsx every test fails, and I get the following messages whilst running WARNING: there was an error running a test across all challenges. I'm not sure how to actually evaluate if the PoVs are functioning, any help would be appreciated.
Thanks a lot!
This message might be very late, but still.
I solved this issue by checking the error log. In order to activate it write print err in line 176 in tester.py. After that check what kind of error you have. In my case I had ImportError: No module named apt. I searched for that module, and didn't find it. As a quick fix I just commented lines 311-330 in cb-test.py.