Advertisement
Guest User

Untitled

a guest
Jun 27th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. track@track-HP-ProBook-4520s:~/Downloads/flumotion$ python -m unittest flumotion.test.test_component_httpstreamer
  2. ...
  3. ----------------------------------------------------------------------
  4. Ran 3 tests in 0.020s
  5.  
  6. OK
  7. track@track-HP-ProBook-4520s:~/Downloads/flumotion$ trial -r gtk3 flumotion.test.test_component_httpstreamer
  8. flumotion.test.test_component_httpstreamer
  9. TestStreamDataNoPlug
  10. runTest ... [OK]
  11. TestStreamDataPlug
  12. runTest ... [OK]
  13.  
  14. -------------------------------------------------------------------------------
  15. Ran 2 tests in 0.092s
  16.  
  17. PASSED (successes=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement