我在不同的地方看到flask-testing正在被使用。与简单地使用Python提供的unittest.TestCase相比,它有什么优势。
发布于 2013-05-07 23:50:38
flask_testing.TestCase只是扩展了unittest.TestCase
此包还包含:http://flask-testing.readthedocs.org/en/latest/#testing-with-liveserver、http://flask-testing.readthedocs.org/en/latest/#using-with-twill。
您可以从documentation和github repo获取更多详细信息。
https://stackoverflow.com/questions/16412616
复制相似问题