Кирил обнови решението на 30.03.2013 23:52 (преди над 12 години)
+# spam
Към профила на Кирил Владимиров
EEEEEEEEEEE
======================================================================
ERROR: test_attributes (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_children (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_father_has_daughter (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_father_has_son (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_has_brother (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_has_no_brother (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_has_no_sister (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_has_sister (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_indirect_successor (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_mother_has_daughter (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
======================================================================
ERROR: test_mother_has_son (test.PersonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/d20130408-29081-19hmw37/test.py", line 7, in setUp
self.adam = solution.Person(name='Adam', gender='M', birth_year=0)
AttributeError: 'module' object has no attribute 'Person'
----------------------------------------------------------------------
Ran 11 tests in 0.003s
FAILED (errors=11)