Learn Python 3 The Hard Way - Exercise 47: Automated Testing

preview_player
Показать описание


Additional resources:

Chapters:
0:00 Introduction
01:54 Writing a test case
19:30 Testing guidelines
25:32 Study drills
29:08 Common student questions
Рекомендации по теме
Комментарии
Автор

after completion of code, i ran nosetests and i got error like this
assert_equal(start.go('down').go('up'), start)
AssertionError: None != <ex47.game.Room object at

what is error here???how to solve this AssertionError?

storytellersaki
Автор

hey, for me nosetests result says "ran 0 tests in 0.007s" why is that?

lokeshkanna
welcome to shbcf.ru