🔥 测试错误内容

This commit is contained in:
2024-08-28 10:52:17 +08:00
parent 989dbae873
commit 8ba6ee805a
26 changed files with 4075 additions and 5 deletions

View File

@ -16,7 +16,7 @@ from tests.answer import output_ans
class TestAngle:
def test_radian_to_degree(self):
angle = AnyAngle(1, is_radian=True)
output_ans(190 / PI, angle.degree, question="弧度转角度1")
output_ans(180 / PI, angle.degree, question="弧度转角度1")
angle = AnyAngle(2, is_radian=True)
output_ans(360 / PI, angle.degree, question="弧度转角度2")