Could you please help me with the next. I found out the issue and could not resolve it. When I am using next code, the browser has started and the test has passed:
In unittest, you have to put the tested code in method called
test_
Moreover I believe you wanted to quit the driver and not unittest? Try to replace the line
unittest.quit()
With
self.driver.close()