py.test 시험 방법에 '마크'를 설정하는 기능은 꽤 멋지다.
& NBSP; & nbsp; & nbsp; 확인 @ pytest.mark.red
& NBSP; & nbsp; & nbsp; 확인 데프 some_test_method (자기) :
& NBSP; & NBSP; & nbsp; & nbsp; 확인 & NBSP; & nbsp; & nbsp; 확인 # 일부 체크인 Y 물건
당신은 당신이하는 방법에 넣을 대여섯 마크가있는 경우, 그것은 좀 안 좋아요 가져옵니다.
& NBSP; & nbsp; & nbsp; 확인 @ pytest.mark.red
& NBSP; & nbsp; & nbsp; 확인 @ pytest.mark.green
& NBSP; & nbsp; & nbsp; 확인 @ pytest.mark.blue
& NBSP; & nbsp; & nbsp; 확인 @ pytest.mark.black
& NBSP; & nbsp; & nbsp; 확인 @ pytest.mark.orange
& NBSP; & nbsp; & nbsp; 확인 @ pytest.mark.pink
& NBSP; & nbsp; & nbsp; 확인 데프 some_test_method (자기) :
& NBSP; & NBSP; & nbsp; & nbsp; 확인 & NBSP; & nbsp; & nbsp; 확인 # 일부 체크인 Y 물건
당신은 하나의 장식에 모두 적용 할 수있는 경우에는 어떻게 좋은 것 같습니다.
& NBSP; & nbsp; & nbsp; 확인 @ pytest.marks ( '빨간색', '녹색', '블루', '블랙', '오렌지', '핑크')
& NBSP; & nbsp; & nbsp; 확인 데프 some_test_method (자기) :
& NBSP; & NBSP; & nbsp; & nbsp; 확인 & NBSP; & nbsp; & nbsp; 확인 # 일부 체크인 Y 물건
자, 이제 당신이 할 수있는, pytest - 마크 모듈
이 요구 사항 : 있습니다.
파이썬
댓글을 찾을 수 없습니다