# test_Calculator **Repository Path**: jingchangch/test_Calculator ## Basic Information - **Project Name**: test_Calculator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-07 - **Last Updated**: 2021-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test123 python模块二作业更新: calculator.py:实现两个数字加减乘除计算 test_calculator.py:引入testdata.yaml参数化文件,对calculator.py进行单元测试 testdata.yaml:测试用例,包括加减乘除四运算测试用例,以及特殊测试用例0/0计算 python模块二作业: game.py:根据直播课老师讲解内容修改模块一作业 test_unit.py:使用unittest对game.py进行单元测试 test_py.py:使用pytest对game.py进行单元测试 data.yaml:test_py.py中引用的测试用例文件