Решение на Родословно дърво от Даная Георгиева
Обратно към всички решения
Към профила на Даная Георгиева
Резултати
- 0 точки от тестове
- 0 бонус точки
- 0 точки общо
- 0 успешни тест(а)
- 11 неуспешни тест(а)
Код
Лог от изпълнението
EEEEEEEEEEE
======================================================================
ERROR: test_attributes (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_children (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_father_has_daughter (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_father_has_son (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_has_brother (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_has_no_brother (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_has_no_sister (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_has_sister (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_indirect_successor (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_mother_has_daughter (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
======================================================================
ERROR: test_mother_has_son (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-gn03mb/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
TypeError: __init__() got an unexpected keyword argument 'name'
----------------------------------------------------------------------
Ran 11 tests in 0.003s
FAILED (errors=11)
История (1 версия и 0 коментара)
Даная обнови решението на 01.04.2013 14:48 (преди над 11 години)