Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.94 KB | None | 0 0
  1. ======================================================================
  2. FAIL: test_add_action_level (__main__.TestPlanningGraphLevels)
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5.   File "test_my_planning_graph.py", line 24, in test_add_action_level
  6.     self.assertEqual(len(self.pg.a_levels[0]), 3, len(self.pg.a_levels[0]))
  7. AssertionError: 5 != 3 : 5
  8.  
  9. ======================================================================
  10. FAIL: test_add_literal_level (__main__.TestPlanningGraphLevels)
  11. ----------------------------------------------------------------------
  12. Traceback (most recent call last):
  13.   File "test_my_planning_graph.py", line 32, in test_add_literal_level
  14.     self.assertEqual(len(self.pg.s_levels[1]), 4, len(self.pg.s_levels[1]))
  15. AssertionError: 0 != 4 : 0
  16.  
  17. ----------------------------------------------------------------------
  18. Ran 9 tests in 0.014s
  19.  
  20. FAILED (failures=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement