mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 14:17:38 +08:00
🔥 测试错误内容
This commit is contained in:
parent
112f51bd7e
commit
989dbae873
@ -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(180 / PI, angle.degree, question="弧度转角度1")
|
||||
output_ans(190 / PI, angle.degree, question="弧度转角度1")
|
||||
|
||||
angle = AnyAngle(2, is_radian=True)
|
||||
output_ans(360 / PI, angle.degree, question="弧度转角度2")
|
||||
|
Loading…
Reference in New Issue
Block a user