hey and welcome back to the adventures of blink! we're continuing season 2 today, building hangman in python, exploring tons of software engineering concepts and devops techniques as we go. ...
在《blink的冒险》第二季中,我们用python构建了一个hangman游戏,涉及软件工程和devops技术。文章介绍了如何使用容器化的flask api连接前后端,并通过测试驱动开发进行测试。步骤包括启动后端、调用api、编写集成测试,并使用pytest区分单元测试和集成测试。最后,强调测试对应用发布的重要性,并预告下次将构建用户界面。