[Using Python unittest in IPython or Jupyter] #python #test
if __name__ == '__main__': unittest.main(argv=['first-arg-is-ignored'], exit=False)
Using Python unittest in IPython or Jupyter