20230523_pytest_作业

https://gitee.com/yang-tianyuuuuu/homework-on-the-second-day.gi
信计01杨天宇

数据2102 王梦熙

https://gitee.com/xinji-2002-li-haolin/xinji-2002-li-haolin.git

#include

enum Sex{male,famale}; //性别分类,默认0为男,1为女

enum Education{high,bachelor,master,docter,other}; //学历分类,默认0开始

double Salary={0.0}; //工程师薪水

unsigned int EngineerMonthWorkDays={0}; //工程师工作天数

int n=0; //计数

int EngineerMonthBenefit; //月效益

int EngineerMonthInsurance; //月保险金

struct DateStruct //日期结构,用于存储工程师的出生生日

{

int year;

int month;

int day;

};

https://gitee.com/liu-yang-666/liuyangyuyy.git
数据2101刘阳

https://gitee.com/dupenghui123456789/123.git

信计2002王玮

信计2002 200350219
https://gitee.com/wzp000/xinji-200350219.git

https://gitee.com/zhy156/test.git
数据2102朱垚

https://gitee.com/thick-zywoo/thick-zyw-oo
wl作业1

信计2002刘冬冬
def test1():
print(“hello world”)
assert False

@pytest.mark.smoke	
def test_2():	
assert True

https://gitee.com/zhong-tao6117/day2-homework.git

https://gitee.com/ice-rain-m/caculate-test/tree/master/