We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7bcbd commit 2076909Copy full SHA for 2076909
exercises/042-understanding_classes/test.py
@@ -32,8 +32,8 @@ def test_student_has_introduce_method():
32
def test_student_introduce_method_returns_expected_string():
33
student1 = Student("Alice", 22, 90)
34
student2 = Student("Bob", 19, 85)
35
- assert student1.introduce() == "Hello! I am Alice, I am 22 years old, and my current grade is 90"
36
- assert student2.introduce() == "Hello! I am Bob, I am 19 years old, and my current grade is 85"
+ assert student1.introduce() == "Hello! I am Alice, I am 22 years old, and my current grade is 90."
+ assert student2.introduce() == "Hello! I am Bob, I am 19 years old, and my current grade is 85."
37
38
@pytest.mark.it("The Student class includes the 'study' method")
39
def test_student_has_study_method():
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments