Advertisement
Guest User

Untitled

a guest
May 28th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32
  2. Type "copyright", "credits" or "license()" for more information.
  3. >>> ================================ RESTART ================================
  4. >>>
  5.  
  6. Start Testing!
  7.  
  8. length Test
  9. List length: 7
  10. List length: 0
  11.  
  12. to_string Test
  13. In function to_string()
  14. List is: ringing
  15. In function to_string()
  16. List is: ringing
  17. In function to_string()
  18. List is:
  19.  
  20. count Test
  21. In function count()
  22. None
  23. In function count()
  24. None
  25. In function count()
  26. None
  27.  
  28. find Test
  29. In function find()
  30. None
  31. In function find()
  32. None
  33.  
  34. starts_with Test
  35. In function starts_with()
  36. None
  37. In function starts_with()
  38. None
  39. In function starts_with()
  40. None
  41.  
  42. remove_value Test
  43. In function remove_value()
  44. None
  45. In function remove_value()
  46. None
  47.  
  48. insert Test
  49. In function insert()
  50. None
  51. In function insert()
  52. None
  53. In function insert()
  54. None
  55.  
  56. reverse Test
  57. In function reverse()
  58. None
  59. In function reverse()
  60. None
  61. In function reverse()
  62. None
  63.  
  64. ----------
  65.  
  66. length Test
  67. List length: 6
  68.  
  69. to_string Test
  70. In function to_string()
  71. List is: 172377
  72. In function to_string()
  73. List is: 172377
  74.  
  75. count Test
  76. In function count()
  77. None
  78.  
  79. find Test
  80. In function find()
  81. None
  82.  
  83. starts_with Test
  84. In function starts_with()
  85. None
  86. In function starts_with()
  87. None
  88.  
  89. remove_value Test
  90. In function remove_value()
  91. None
  92.  
  93. insert Test
  94. In function insert()
  95. None
  96.  
  97. reverse Test
  98. In function reverse()
  99. None
  100.  
  101. replace_from_file Test
  102. In function replace_from_file()
  103. Number lines processed: None
  104.  
  105. End Testing!
  106.  
  107. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement