I tried to get more familiar with the details of the Quantopian internals by looking at Zipline. However, I struggle to get the test cases running. There seems to be no TestSuite ... so what's the way to run the Zipline unit tests? Adding
if __name__ == "__main__":
unittest.main()
to each testcase and run them individually does not work...
any help is greatly appreciated