Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.27 KB | None | 0 0
  1. ============================= test session starts ==============================
  2. platform linux -- Python 3.4.0 -- py-1.4.30 -- pytest-2.7.2 -- /usr/bin/python3
  3. rootdir: /home/qbane/codernitydb3, inifile: pytest.ini
  4. plugins: xdist, xdist, xdist
  5. collecting ... collected 402 items
  6.  
  7. tests/test_db.py::Test_Database::test_update_conflict <- tests/shared.py PASSED
  8. tests/test_db.py::Test_Database::test_wrong_id <- tests/shared.py PASSED
  9. tests/test_db.py::Test_Database::test_open_close <- tests/shared.py PASSED
  10. tests/test_db.py::Test_Database::test_destroy <- tests/shared.py PASSED
  11. tests/test_db.py::Test_Database::test_exists <- tests/shared.py PASSED
  12. tests/test_db.py::Test_Database::test_double_create <- tests/shared.py PASSED
  13. tests/test_db.py::Test_Database::test_add_new_index_to_existing_db <- tests/shared.py PASSED
  14. tests/test_db.py::Test_Database::test_add_new_index_to_existing_db_2 <- tests/shared.py PASSED
  15. tests/test_db.py::Test_Database::test_add_duplicate_index_throws_exception <- tests/shared.py PASSED
  16. tests/test_db.py::Test_Database::test_add_new_index_from_string <- tests/shared.py PASSED
  17. tests/test_db.py::Test_Database::test_adding_index_creates_dot_py_file <- tests/shared.py PASSED
  18. tests/test_db.py::Test_Database::test_removing_index_from_db <- tests/shared.py PASSED
  19. tests/test_db.py::Test_Database::test_removing_index_from_db_2 <- tests/shared.py PASSED
  20. tests/test_db.py::Test_Database::test_update_index <- tests/shared.py PASSED
  21. tests/test_db.py::Test_Database::test_create_index_duplicate_from_object <- tests/shared.py PASSED
  22. tests/test_db.py::Test_Database::test_create_index_duplicate_from_string <- tests/shared.py PASSED
  23. tests/test_db.py::Test_Database::test_create_with_path <- tests/shared.py PASSED
  24. tests/test_db.py::Test_Database::test_auto_add_id_index <- tests/shared.py PASSED
  25. tests/test_db.py::Test_Database::test_auto_add_id_index_without_initialize <- tests/shared.py PASSED
  26. tests/test_db.py::Test_Database::test_open_with_path <- tests/shared.py PASSED
  27. tests/test_db.py::Test_Database::test_create_path_delayed1 <- tests/shared.py PASSED
  28. tests/test_db.py::Test_Database::test_create_path_delayed2 <- tests/shared.py PASSED
  29. tests/test_db.py::Test_Database::test_compact_index_with_different_types <- tests/shared.py PASSED
  30. tests/test_db.py::Test_Database::test_reindex_index_with_different_types <- tests/shared.py PASSED
  31. tests/test_db.py::Test_Database::test_add_new_index_update_before_reindex_new_value <- tests/shared.py PASSED
  32. tests/test_db.py::Test_Database::test_add_new_index_update_before_reindex_old_value <- tests/shared.py PASSED
  33. tests/test_db.py::Test_Database::test_add_new_index_delete_before_reindex <- tests/shared.py PASSED
  34. tests/test_db.py::Test_Database::test_runnable_functions <- tests/shared.py PASSED
  35. tests/test_db.py::Test_Database::test_get_error <- tests/shared.py PASSED
  36. tests/test_db.py::Test_Database::test_edit_index <- tests/shared.py PASSED
  37. tests/test_db.py::Test_Database::test_add_index_bef <- tests/shared.py PASSED
  38. tests/test_db.py::Test_Database::test_multi_index <- tests/shared.py PASSED
  39. tests/test_db.py::Test_Database::test_add_indented_index <- tests/shared.py PASSED
  40. tests/test_db.py::Test_Database::test_patch_flush_fsync <- tests/shared.py PASSED
  41. tests/test_db.py::Test_Database::test_revert_index <- tests/shared.py PASSED
  42. tests/test_db.py::Test_HashIndex::test_simple <- tests/hash_tests.py FAILED
  43. tests/test_db.py::Test_HashIndex::test_insert_with_id <- tests/hash_tests.py PASSED
  44. tests/test_db.py::Test_HashIndex::test_delete[0] <- tests/hash_tests.py PASSED
  45. tests/test_db.py::Test_HashIndex::test_get_after_delete <- tests/hash_tests.py PASSED
  46. tests/test_db.py::Test_HashIndex::test_delete_with_id_and_rev_only[0] <- tests/hash_tests.py PASSED
  47. tests/test_db.py::Test_HashIndex::test_update_custom_unique[0] <- tests/hash_tests.py PASSED
  48. tests/test_db.py::Test_HashIndex::test_update_custom_same_key_new_value[0] <- tests/hash_tests.py FAILED
  49. tests/test_db.py::Test_HashIndex::test_double_insert <- tests/hash_tests.py PASSED
  50. tests/test_db.py::Test_HashIndex::test_adv1[0] <- tests/hash_tests.py FAILED
  51. tests/test_db.py::Test_HashIndex::test_all[0] <- tests/hash_tests.py PASSED
  52. tests/test_db.py::Test_HashIndex::test_compact <- tests/hash_tests.py PASSED
  53. tests/test_db.py::Test_HashIndex::test_compact2 <- tests/hash_tests.py FAILED
  54. tests/test_db.py::Test_HashIndex::test_similar <- tests/hash_tests.py FAILED
  55. tests/test_db.py::Test_HashIndex::test_custom_index <- tests/hash_tests.py FAILED
  56. tests/test_db.py::Test_HashIndex::test_custom_index_2 <- tests/hash_tests.py PASSED
  57. tests/test_db.py::Test_HashIndex::test_insert_delete_compact_get_huge[0] <- tests/hash_tests.py FAILED
  58. tests/test_db.py::Test_HashIndex::test_all_same_keys[0] <- tests/hash_tests.py PASSED
  59. tests/test_db.py::Test_HashIndex::test_update_same[0] <- tests/hash_tests.py FAILED
  60. tests/test_db.py::Test_HashIndex::test_insert_on_deleted <- tests/hash_tests.py PASSED
  61. tests/test_db.py::Test_HashIndex::test_offset_in_functions[0] <- tests/hash_tests.py PASSED
  62. tests/test_db.py::Test_TreeIndex::test_first_insert <- tests/tree_tests.py PASSED
  63. tests/test_db.py::Test_TreeIndex::test_update_leaf_new_key_is_last_el <- tests/tree_tests.py PASSED
  64. tests/test_db.py::Test_TreeIndex::test_update_leaf <- tests/tree_tests.py FAILED
  65. tests/test_db.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_in_first_half <- tests/tree_tests.py FAILED
  66. tests/test_db.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nk1h <- tests/tree_tests.py PASSED
  67. tests/test_db.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nk2h <- tests/tree_tests.py PASSED
  68. tests/test_db.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nklast <- tests/tree_tests.py PASSED
  69. tests/test_db.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_is_last_el <- tests/tree_tests.py PASSED
  70. tests/test_db.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_in_second_half <- tests/tree_tests.py PASSED
  71. tests/test_db.py::Test_TreeIndex::test_update_node_new_key_is_last_el <- tests/tree_tests.py PASSED
  72. tests/test_db.py::Test_TreeIndex::test_update_node <- tests/tree_tests.py PASSED
  73. tests/test_db.py::Test_TreeIndex::test_split_node_new_root_nk_last <- tests/tree_tests.py PASSED
  74. tests/test_db.py::Test_TreeIndex::test_split_node_new_root_2nd_half <- tests/tree_tests.py PASSED
  75. tests/test_db.py::Test_TreeIndex::test_split_node_new_key_to_root <- tests/tree_tests.py PASSED
  76. tests/test_db.py::Test_TreeIndex::test_split_node_new_root_1st_half <- tests/tree_tests.py PASSED
  77. tests/test_db.py::Test_TreeIndex::test_split_node_new_root_nk_first <- tests/tree_tests.py PASSED
  78. tests/test_db.py::Test_TreeIndex::test_split_node_insert_key_to_parent <- tests/tree_tests.py PASSED
  79. tests/test_db.py::Test_TreeIndex::test_split_node_and_parent <- tests/tree_tests.py PASSED
  80. tests/test_db.py::Test_TreeIndex::test_random_inserts <- tests/tree_tests.py PASSED
  81. tests/test_db.py::Test_TreeIndex::test_random_inserts_many_equal_keys <- tests/tree_tests.py PASSED
  82. tests/test_db.py::Test_TreeIndex::test_pre_defined_vals_1 <- tests/tree_tests.py PASSED
  83. tests/test_db.py::Test_TreeIndex::test_pre_defined_vals_2 <- tests/tree_tests.py PASSED
  84. tests/test_db.py::Test_TreeIndex::test_multiple_equal_keys_in_splitting_node <- tests/tree_tests.py PASSED
  85. tests/test_db.py::Test_TreeIndex::test_simple_delete <- tests/tree_tests.py FAILED
  86. tests/test_db.py::Test_TreeIndex::test_insert_on_deleted <- tests/tree_tests.py PASSED
  87. tests/test_db.py::Test_TreeIndex::test_simple_update_same_key <- tests/tree_tests.py PASSED
  88. tests/test_db.py::Test_TreeIndex::test_simple_update_with_new_key <- tests/tree_tests.py PASSED
  89. tests/test_db.py::Test_TreeIndex::test_get_many <- tests/tree_tests.py FAILED
  90. tests/test_db.py::Test_TreeIndex::test_get_all_smaller <- tests/tree_tests.py FAILED
  91. tests/test_db.py::Test_TreeIndex::test_get_all_smaller_inclusive <- tests/tree_tests.py FAILED
  92. tests/test_db.py::Test_TreeIndex::test_get_all_bigger <- tests/tree_tests.py FAILED
  93. tests/test_db.py::Test_TreeIndex::test_get_all_bigger_inclusive <- tests/tree_tests.py FAILED
  94. tests/test_db.py::Test_TreeIndex::test_get_all_between <- tests/tree_tests.py FAILED
  95. tests/test_db.py::Test_TreeIndex::test_get_all_between_not_existing_keys <- tests/tree_tests.py FAILED
  96. tests/test_db.py::Test_TreeIndex::test_get_all_between_not_existing_keys_inclusive <- tests/tree_tests.py FAILED
  97. tests/test_db.py::Test_TreeIndex::test_get_all_between_inclusive <- tests/tree_tests.py FAILED
  98. tests/test_db.py::Test_TreeIndex::test_get_all <- tests/tree_tests.py PASSED
  99. tests/test_db.py::Test_TreeIndex::test_delete_with_math_doc_id_case <- tests/tree_tests.py FAILED
  100. tests/test_db.py::Test_TreeIndex::test_insert_delete_middle_half_insert <- tests/tree_tests.py FAILED
  101. tests/test_db.py::Test_TreeIndex::test_insert_delete_half_update_half <- tests/tree_tests.py FAILED
  102. tests/test_db.py::Test_TreeIndex::test_delete_compact <- tests/tree_tests.py FAILED
  103. tests/test_db.py::Test_TreeIndex::test_tree_real_life_example_random[0] <- tests/tree_tests.py FAILED
  104. tests/test_db.py::Test_TreeIndex::test_even_cap_tree_real_life_example_random[0] <- tests/tree_tests.py FAILED
  105. tests/test_db.py::Test_TreeIndex::test_random_get_smaller <- tests/tree_tests.py FAILED
  106. tests/test_db.py::Test_TreeIndex::test_random_get_smaller_equal <- tests/tree_tests.py FAILED
  107. tests/test_db.py::Test_TreeIndex::test_random_get_bigger <- tests/tree_tests.py FAILED
  108. tests/test_db.py::Test_TreeIndex::test_random_get_bigger_equal <- tests/tree_tests.py FAILED
  109. tests/test_db.py::Test_TreeIndex::test_random_get_between <- tests/tree_tests.py FAILED
  110. tests/test_db.py::Test_TreeIndex::test_find_existing_and_fail <- tests/tree_tests.py FAILED
  111. tests/test_db.py::Test_TreeIndex::test_random_get_between_offset <- tests/tree_tests.py FAILED
  112. tests/test_db.py::Test_TreeIndex::test_random_get_between_inclusive <- tests/tree_tests.py FAILED
  113. tests/test_db.py::Test_TreeIndex::test_random_get_between_start_inclusive <- tests/tree_tests.py FAILED
  114. tests/test_db.py::Test_TreeIndex::test_random_get_between_end_inclusive <- tests/tree_tests.py FAILED
  115. tests/test_db.py::Test_TreeIndex::test_open_close <- tests/tree_tests.py FAILED
  116. tests/test_db.py::Test_TreeIndex::test_get_deleted_from_leaf_with_one_el <- tests/tree_tests.py FAILED
  117. tests/test_db.py::Test_TreeIndex::test_offset_in_get_many_functions <- tests/tree_tests.py FAILED
  118. tests/test_db.py::Test_TreeIndex::test_find_key_in_one_el_leaf <- tests/tree_tests.py PASSED
  119. tests/test_db.py::Test_TreeIndex::test_find_key_many_multiple_leaves <- tests/tree_tests.py PASSED
  120. tests/test_db.py::Test_ShardIndex::test_create <- tests/shard_tests.py PASSED
  121. tests/test_db.py::Test_ShardIndex::test_num_shards[5] <- tests/shard_tests.py PASSED
  122. tests/test_db.py::Test_ShardIndex::test_num_shards[10] <- tests/shard_tests.py PASSED
  123. tests/test_db.py::Test_ShardIndex::test_num_shards[50] <- tests/shard_tests.py PASSED
  124. tests/test_db.py::Test_ShardIndex::test_insert_get[5] <- tests/shard_tests.py FAILED
  125. tests/test_db.py::Test_ShardIndex::test_insert_get[10] <- tests/shard_tests.py FAILED
  126. tests/test_db.py::Test_ShardIndex::test_insert_get[50] <- tests/shard_tests.py FAILED
  127. tests/test_db.py::Test_ShardIndex::test_all[5] <- tests/shard_tests.py FAILED
  128. tests/test_db.py::Test_ShardIndex::test_all[10] <- tests/shard_tests.py FAILED
  129. tests/test_db.py::Test_ShardIndex::test_all[50] <- tests/shard_tests.py FAILED
  130. tests/test_db.py::Test_ShardIndex::test_to_many_shards <- tests/shard_tests.py PASSED
  131. tests/test_db.py::Test_ShardIndex::test_compact_shards <- tests/shard_tests.py FAILED
  132. tests/test_db_super_thread_safe.py::Test_Database::test_update_conflict <- tests/shared.py PASSED
  133. tests/test_db_super_thread_safe.py::Test_Database::test_wrong_id <- tests/shared.py PASSED
  134. tests/test_db_super_thread_safe.py::Test_Database::test_open_close <- tests/shared.py PASSED
  135. tests/test_db_super_thread_safe.py::Test_Database::test_destroy <- tests/shared.py PASSED
  136. tests/test_db_super_thread_safe.py::Test_Database::test_exists <- tests/shared.py PASSED
  137. tests/test_db_super_thread_safe.py::Test_Database::test_double_create <- tests/shared.py PASSED
  138. tests/test_db_super_thread_safe.py::Test_Database::test_add_new_index_to_existing_db <- tests/shared.py PASSED
  139. tests/test_db_super_thread_safe.py::Test_Database::test_add_new_index_to_existing_db_2 <- tests/shared.py PASSED
  140. tests/test_db_super_thread_safe.py::Test_Database::test_add_duplicate_index_throws_exception <- tests/shared.py PASSED
  141. tests/test_db_super_thread_safe.py::Test_Database::test_add_new_index_from_string <- tests/shared.py PASSED
  142. tests/test_db_super_thread_safe.py::Test_Database::test_adding_index_creates_dot_py_file <- tests/shared.py PASSED
  143. tests/test_db_super_thread_safe.py::Test_Database::test_removing_index_from_db <- tests/shared.py PASSED
  144. tests/test_db_super_thread_safe.py::Test_Database::test_removing_index_from_db_2 <- tests/shared.py PASSED
  145. tests/test_db_super_thread_safe.py::Test_Database::test_update_index <- tests/shared.py PASSED
  146. tests/test_db_super_thread_safe.py::Test_Database::test_create_index_duplicate_from_object <- tests/shared.py PASSED
  147. tests/test_db_super_thread_safe.py::Test_Database::test_create_index_duplicate_from_string <- tests/shared.py PASSED
  148. tests/test_db_super_thread_safe.py::Test_Database::test_create_with_path <- tests/shared.py PASSED
  149. tests/test_db_super_thread_safe.py::Test_Database::test_auto_add_id_index <- tests/shared.py PASSED
  150. tests/test_db_super_thread_safe.py::Test_Database::test_auto_add_id_index_without_initialize <- tests/shared.py PASSED
  151. tests/test_db_super_thread_safe.py::Test_Database::test_open_with_path <- tests/shared.py PASSED
  152. tests/test_db_super_thread_safe.py::Test_Database::test_create_path_delayed1 <- tests/shared.py PASSED
  153. tests/test_db_super_thread_safe.py::Test_Database::test_create_path_delayed2 <- tests/shared.py PASSED
  154. tests/test_db_super_thread_safe.py::Test_Database::test_compact_index_with_different_types <- tests/shared.py PASSED
  155. tests/test_db_super_thread_safe.py::Test_Database::test_reindex_index_with_different_types <- tests/shared.py PASSED
  156. tests/test_db_super_thread_safe.py::Test_Database::test_add_new_index_update_before_reindex_new_value <- tests/shared.py PASSED
  157. tests/test_db_super_thread_safe.py::Test_Database::test_add_new_index_update_before_reindex_old_value <- tests/shared.py PASSED
  158. tests/test_db_super_thread_safe.py::Test_Database::test_add_new_index_delete_before_reindex <- tests/shared.py PASSED
  159. tests/test_db_super_thread_safe.py::Test_Database::test_runnable_functions <- tests/shared.py PASSED
  160. tests/test_db_super_thread_safe.py::Test_Database::test_get_error <- tests/shared.py PASSED
  161. tests/test_db_super_thread_safe.py::Test_Database::test_edit_index <- tests/shared.py PASSED
  162. tests/test_db_super_thread_safe.py::Test_Database::test_add_index_bef <- tests/shared.py PASSED
  163. tests/test_db_super_thread_safe.py::Test_Database::test_multi_index <- tests/shared.py PASSED
  164. tests/test_db_super_thread_safe.py::Test_Database::test_add_indented_index <- tests/shared.py PASSED
  165. tests/test_db_super_thread_safe.py::Test_Database::test_patch_flush_fsync <- tests/shared.py PASSED
  166. tests/test_db_super_thread_safe.py::Test_Database::test_revert_index <- tests/shared.py PASSED
  167. tests/test_db_super_thread_safe.py::Test_HashIndex::test_simple <- tests/hash_tests.py FAILED
  168. tests/test_db_super_thread_safe.py::Test_HashIndex::test_insert_with_id <- tests/hash_tests.py PASSED
  169. tests/test_db_super_thread_safe.py::Test_HashIndex::test_delete[0] <- tests/hash_tests.py PASSED
  170. tests/test_db_super_thread_safe.py::Test_HashIndex::test_get_after_delete <- tests/hash_tests.py PASSED
  171. tests/test_db_super_thread_safe.py::Test_HashIndex::test_delete_with_id_and_rev_only[0] <- tests/hash_tests.py PASSED
  172. tests/test_db_super_thread_safe.py::Test_HashIndex::test_update_custom_unique[0] <- tests/hash_tests.py PASSED
  173. tests/test_db_super_thread_safe.py::Test_HashIndex::test_update_custom_same_key_new_value[0] <- tests/hash_tests.py FAILED
  174. tests/test_db_super_thread_safe.py::Test_HashIndex::test_double_insert <- tests/hash_tests.py PASSED
  175. tests/test_db_super_thread_safe.py::Test_HashIndex::test_adv1[0] <- tests/hash_tests.py FAILED
  176. tests/test_db_super_thread_safe.py::Test_HashIndex::test_all[0] <- tests/hash_tests.py PASSED
  177. tests/test_db_super_thread_safe.py::Test_HashIndex::test_compact <- tests/hash_tests.py PASSED
  178. tests/test_db_super_thread_safe.py::Test_HashIndex::test_compact2 <- tests/hash_tests.py FAILED
  179. tests/test_db_super_thread_safe.py::Test_HashIndex::test_similar <- tests/hash_tests.py FAILED
  180. tests/test_db_super_thread_safe.py::Test_HashIndex::test_custom_index <- tests/hash_tests.py FAILED
  181. tests/test_db_super_thread_safe.py::Test_HashIndex::test_custom_index_2 <- tests/hash_tests.py PASSED
  182. tests/test_db_super_thread_safe.py::Test_HashIndex::test_insert_delete_compact_get_huge[0] <- tests/hash_tests.py FAILED
  183. tests/test_db_super_thread_safe.py::Test_HashIndex::test_all_same_keys[0] <- tests/hash_tests.py PASSED
  184. tests/test_db_super_thread_safe.py::Test_HashIndex::test_update_same[0] <- tests/hash_tests.py FAILED
  185. tests/test_db_super_thread_safe.py::Test_HashIndex::test_insert_on_deleted <- tests/hash_tests.py PASSED
  186. tests/test_db_super_thread_safe.py::Test_HashIndex::test_offset_in_functions[0] <- tests/hash_tests.py PASSED
  187. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_first_insert <- tests/tree_tests.py PASSED
  188. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_update_leaf_new_key_is_last_el <- tests/tree_tests.py PASSED
  189. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_update_leaf <- tests/tree_tests.py FAILED
  190. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_in_first_half <- tests/tree_tests.py FAILED
  191. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nk1h <- tests/tree_tests.py PASSED
  192. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nk2h <- tests/tree_tests.py PASSED
  193. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nklast <- tests/tree_tests.py PASSED
  194. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_is_last_el <- tests/tree_tests.py PASSED
  195. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_in_second_half <- tests/tree_tests.py PASSED
  196. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_update_node_new_key_is_last_el <- tests/tree_tests.py PASSED
  197. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_update_node <- tests/tree_tests.py PASSED
  198. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_node_new_root_nk_last <- tests/tree_tests.py PASSED
  199. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_node_new_root_2nd_half <- tests/tree_tests.py PASSED
  200. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_node_new_key_to_root <- tests/tree_tests.py PASSED
  201. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_node_new_root_1st_half <- tests/tree_tests.py PASSED
  202. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_node_new_root_nk_first <- tests/tree_tests.py PASSED
  203. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_node_insert_key_to_parent <- tests/tree_tests.py PASSED
  204. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_split_node_and_parent <- tests/tree_tests.py PASSED
  205. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_inserts <- tests/tree_tests.py PASSED
  206. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_inserts_many_equal_keys <- tests/tree_tests.py PASSED
  207. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_pre_defined_vals_1 <- tests/tree_tests.py PASSED
  208. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_pre_defined_vals_2 <- tests/tree_tests.py PASSED
  209. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_multiple_equal_keys_in_splitting_node <- tests/tree_tests.py PASSED
  210. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_simple_delete <- tests/tree_tests.py FAILED
  211. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_insert_on_deleted <- tests/tree_tests.py PASSED
  212. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_simple_update_same_key <- tests/tree_tests.py PASSED
  213. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_simple_update_with_new_key <- tests/tree_tests.py PASSED
  214. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_many <- tests/tree_tests.py FAILED
  215. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all_smaller <- tests/tree_tests.py FAILED
  216. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all_smaller_inclusive <- tests/tree_tests.py FAILED
  217. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all_bigger <- tests/tree_tests.py FAILED
  218. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all_bigger_inclusive <- tests/tree_tests.py FAILED
  219. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all_between <- tests/tree_tests.py FAILED
  220. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all_between_not_existing_keys <- tests/tree_tests.py FAILED
  221. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all_between_not_existing_keys_inclusive <- tests/tree_tests.py FAILED
  222. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all_between_inclusive <- tests/tree_tests.py FAILED
  223. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_all <- tests/tree_tests.py PASSED
  224. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_delete_with_math_doc_id_case <- tests/tree_tests.py FAILED
  225. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_insert_delete_middle_half_insert <- tests/tree_tests.py FAILED
  226. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_insert_delete_half_update_half <- tests/tree_tests.py FAILED
  227. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_delete_compact <- tests/tree_tests.py FAILED
  228. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_tree_real_life_example_random[0] <- tests/tree_tests.py FAILED
  229. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_even_cap_tree_real_life_example_random[0] <- tests/tree_tests.py FAILED
  230. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_smaller <- tests/tree_tests.py FAILED
  231. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_smaller_equal <- tests/tree_tests.py FAILED
  232. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_bigger <- tests/tree_tests.py FAILED
  233. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_bigger_equal <- tests/tree_tests.py FAILED
  234. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_between <- tests/tree_tests.py FAILED
  235. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_find_existing_and_fail <- tests/tree_tests.py FAILED
  236. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_between_offset <- tests/tree_tests.py FAILED
  237. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_between_inclusive <- tests/tree_tests.py FAILED
  238. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_between_start_inclusive <- tests/tree_tests.py FAILED
  239. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_random_get_between_end_inclusive <- tests/tree_tests.py FAILED
  240. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_open_close <- tests/tree_tests.py FAILED
  241. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_get_deleted_from_leaf_with_one_el <- tests/tree_tests.py FAILED
  242. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_offset_in_get_many_functions <- tests/tree_tests.py FAILED
  243. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_find_key_in_one_el_leaf <- tests/tree_tests.py PASSED
  244. tests/test_db_super_thread_safe.py::Test_TreeIndex::test_find_key_many_multiple_leaves <- tests/tree_tests.py PASSED
  245. tests/test_db_super_thread_safe.py::Test_Threads::test_one <- tests/test_db_thread_safe.py FAILED
  246. tests/test_db_super_thread_safe.py::Test_Threads::test_conc_update[3] <- tests/test_db_thread_safe.py PASSED
  247. tests/test_db_super_thread_safe.py::Test_Threads::test_conc_update[10] <- tests/test_db_thread_safe.py PASSED
  248. tests/test_db_super_thread_safe.py::Test_Threads::test_conc_update[20] <- tests/test_db_thread_safe.py PASSED
  249. tests/test_db_super_thread_safe.py::Test_Threads::test_conc_update[50] <- tests/test_db_thread_safe.py PASSED
  250. tests/test_db_super_thread_safe.py::Test_Threads::test_conc_update[100] <- tests/test_db_thread_safe.py PASSED
  251. tests/test_db_super_thread_safe.py::Test_Threads::test_conc_update[250] <- tests/test_db_thread_safe.py PASSED
  252. tests/test_db_thread_safe.py::Test_Database::test_update_conflict <- tests/shared.py PASSED
  253. tests/test_db_thread_safe.py::Test_Database::test_wrong_id <- tests/shared.py PASSED
  254. tests/test_db_thread_safe.py::Test_Database::test_open_close <- tests/shared.py PASSED
  255. tests/test_db_thread_safe.py::Test_Database::test_destroy <- tests/shared.py PASSED
  256. tests/test_db_thread_safe.py::Test_Database::test_exists <- tests/shared.py PASSED
  257. tests/test_db_thread_safe.py::Test_Database::test_double_create <- tests/shared.py PASSED
  258. tests/test_db_thread_safe.py::Test_Database::test_add_new_index_to_existing_db <- tests/shared.py PASSED
  259. tests/test_db_thread_safe.py::Test_Database::test_add_new_index_to_existing_db_2 <- tests/shared.py PASSED
  260. tests/test_db_thread_safe.py::Test_Database::test_add_duplicate_index_throws_exception <- tests/shared.py PASSED
  261. tests/test_db_thread_safe.py::Test_Database::test_add_new_index_from_string <- tests/shared.py PASSED
  262. tests/test_db_thread_safe.py::Test_Database::test_adding_index_creates_dot_py_file <- tests/shared.py PASSED
  263. tests/test_db_thread_safe.py::Test_Database::test_removing_index_from_db <- tests/shared.py PASSED
  264. tests/test_db_thread_safe.py::Test_Database::test_removing_index_from_db_2 <- tests/shared.py PASSED
  265. tests/test_db_thread_safe.py::Test_Database::test_update_index <- tests/shared.py PASSED
  266. tests/test_db_thread_safe.py::Test_Database::test_create_index_duplicate_from_object <- tests/shared.py PASSED
  267. tests/test_db_thread_safe.py::Test_Database::test_create_index_duplicate_from_string <- tests/shared.py PASSED
  268. tests/test_db_thread_safe.py::Test_Database::test_create_with_path <- tests/shared.py PASSED
  269. tests/test_db_thread_safe.py::Test_Database::test_auto_add_id_index <- tests/shared.py PASSED
  270. tests/test_db_thread_safe.py::Test_Database::test_auto_add_id_index_without_initialize <- tests/shared.py PASSED
  271. tests/test_db_thread_safe.py::Test_Database::test_open_with_path <- tests/shared.py PASSED
  272. tests/test_db_thread_safe.py::Test_Database::test_create_path_delayed1 <- tests/shared.py PASSED
  273. tests/test_db_thread_safe.py::Test_Database::test_create_path_delayed2 <- tests/shared.py PASSED
  274. tests/test_db_thread_safe.py::Test_Database::test_compact_index_with_different_types <- tests/shared.py PASSED
  275. tests/test_db_thread_safe.py::Test_Database::test_reindex_index_with_different_types <- tests/shared.py PASSED
  276. tests/test_db_thread_safe.py::Test_Database::test_add_new_index_update_before_reindex_new_value <- tests/shared.py PASSED
  277. tests/test_db_thread_safe.py::Test_Database::test_add_new_index_update_before_reindex_old_value <- tests/shared.py PASSED
  278. tests/test_db_thread_safe.py::Test_Database::test_add_new_index_delete_before_reindex <- tests/shared.py PASSED
  279. tests/test_db_thread_safe.py::Test_Database::test_runnable_functions <- tests/shared.py PASSED
  280. tests/test_db_thread_safe.py::Test_Database::test_get_error <- tests/shared.py PASSED
  281. tests/test_db_thread_safe.py::Test_Database::test_edit_index <- tests/shared.py PASSED
  282. tests/test_db_thread_safe.py::Test_Database::test_add_index_bef <- tests/shared.py PASSED
  283. tests/test_db_thread_safe.py::Test_Database::test_multi_index <- tests/shared.py PASSED
  284. tests/test_db_thread_safe.py::Test_Database::test_add_indented_index <- tests/shared.py PASSED
  285. tests/test_db_thread_safe.py::Test_Database::test_patch_flush_fsync <- tests/shared.py PASSED
  286. tests/test_db_thread_safe.py::Test_Database::test_revert_index <- tests/shared.py PASSED
  287. tests/test_db_thread_safe.py::Test_HashIndex::test_simple <- tests/hash_tests.py FAILED
  288. tests/test_db_thread_safe.py::Test_HashIndex::test_insert_with_id <- tests/hash_tests.py PASSED
  289. tests/test_db_thread_safe.py::Test_HashIndex::test_delete[0] <- tests/hash_tests.py PASSED
  290. tests/test_db_thread_safe.py::Test_HashIndex::test_get_after_delete <- tests/hash_tests.py PASSED
  291. tests/test_db_thread_safe.py::Test_HashIndex::test_delete_with_id_and_rev_only[0] <- tests/hash_tests.py PASSED
  292. tests/test_db_thread_safe.py::Test_HashIndex::test_update_custom_unique[0] <- tests/hash_tests.py PASSED
  293. tests/test_db_thread_safe.py::Test_HashIndex::test_update_custom_same_key_new_value[0] <- tests/hash_tests.py FAILED
  294. tests/test_db_thread_safe.py::Test_HashIndex::test_double_insert <- tests/hash_tests.py PASSED
  295. tests/test_db_thread_safe.py::Test_HashIndex::test_adv1[0] <- tests/hash_tests.py FAILED
  296. tests/test_db_thread_safe.py::Test_HashIndex::test_all[0] <- tests/hash_tests.py PASSED
  297. tests/test_db_thread_safe.py::Test_HashIndex::test_compact <- tests/hash_tests.py PASSED
  298. tests/test_db_thread_safe.py::Test_HashIndex::test_compact2 <- tests/hash_tests.py FAILED
  299. tests/test_db_thread_safe.py::Test_HashIndex::test_similar <- tests/hash_tests.py FAILED
  300. tests/test_db_thread_safe.py::Test_HashIndex::test_custom_index <- tests/hash_tests.py FAILED
  301. tests/test_db_thread_safe.py::Test_HashIndex::test_custom_index_2 <- tests/hash_tests.py PASSED
  302. tests/test_db_thread_safe.py::Test_HashIndex::test_insert_delete_compact_get_huge[0] <- tests/hash_tests.py FAILED
  303. tests/test_db_thread_safe.py::Test_HashIndex::test_all_same_keys[0] <- tests/hash_tests.py PASSED
  304. tests/test_db_thread_safe.py::Test_HashIndex::test_update_same[0] <- tests/hash_tests.py FAILED
  305. tests/test_db_thread_safe.py::Test_HashIndex::test_insert_on_deleted <- tests/hash_tests.py PASSED
  306. tests/test_db_thread_safe.py::Test_HashIndex::test_offset_in_functions[0] <- tests/hash_tests.py PASSED
  307. tests/test_db_thread_safe.py::Test_TreeIndex::test_first_insert <- tests/tree_tests.py PASSED
  308. tests/test_db_thread_safe.py::Test_TreeIndex::test_update_leaf_new_key_is_last_el <- tests/tree_tests.py PASSED
  309. tests/test_db_thread_safe.py::Test_TreeIndex::test_update_leaf <- tests/tree_tests.py FAILED
  310. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_in_first_half <- tests/tree_tests.py FAILED
  311. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nk1h <- tests/tree_tests.py PASSED
  312. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nk2h <- tests/tree_tests.py PASSED
  313. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_leaf_with_many_equal_keys_nklast <- tests/tree_tests.py PASSED
  314. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_is_last_el <- tests/tree_tests.py PASSED
  315. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_leaf_with_new_root_new_key_in_second_half <- tests/tree_tests.py PASSED
  316. tests/test_db_thread_safe.py::Test_TreeIndex::test_update_node_new_key_is_last_el <- tests/tree_tests.py PASSED
  317. tests/test_db_thread_safe.py::Test_TreeIndex::test_update_node <- tests/tree_tests.py PASSED
  318. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_node_new_root_nk_last <- tests/tree_tests.py PASSED
  319. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_node_new_root_2nd_half <- tests/tree_tests.py PASSED
  320. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_node_new_key_to_root <- tests/tree_tests.py PASSED
  321. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_node_new_root_1st_half <- tests/tree_tests.py PASSED
  322. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_node_new_root_nk_first <- tests/tree_tests.py PASSED
  323. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_node_insert_key_to_parent <- tests/tree_tests.py PASSED
  324. tests/test_db_thread_safe.py::Test_TreeIndex::test_split_node_and_parent <- tests/tree_tests.py PASSED
  325. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_inserts <- tests/tree_tests.py PASSED
  326. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_inserts_many_equal_keys <- tests/tree_tests.py PASSED
  327. tests/test_db_thread_safe.py::Test_TreeIndex::test_pre_defined_vals_1 <- tests/tree_tests.py PASSED
  328. tests/test_db_thread_safe.py::Test_TreeIndex::test_pre_defined_vals_2 <- tests/tree_tests.py PASSED
  329. tests/test_db_thread_safe.py::Test_TreeIndex::test_multiple_equal_keys_in_splitting_node <- tests/tree_tests.py PASSED
  330. tests/test_db_thread_safe.py::Test_TreeIndex::test_simple_delete <- tests/tree_tests.py FAILED
  331. tests/test_db_thread_safe.py::Test_TreeIndex::test_insert_on_deleted <- tests/tree_tests.py PASSED
  332. tests/test_db_thread_safe.py::Test_TreeIndex::test_simple_update_same_key <- tests/tree_tests.py PASSED
  333. tests/test_db_thread_safe.py::Test_TreeIndex::test_simple_update_with_new_key <- tests/tree_tests.py PASSED
  334. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_many <- tests/tree_tests.py FAILED
  335. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all_smaller <- tests/tree_tests.py FAILED
  336. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all_smaller_inclusive <- tests/tree_tests.py FAILED
  337. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all_bigger <- tests/tree_tests.py FAILED
  338. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all_bigger_inclusive <- tests/tree_tests.py FAILED
  339. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all_between <- tests/tree_tests.py FAILED
  340. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all_between_not_existing_keys <- tests/tree_tests.py FAILED
  341. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all_between_not_existing_keys_inclusive <- tests/tree_tests.py FAILED
  342. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all_between_inclusive <- tests/tree_tests.py FAILED
  343. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_all <- tests/tree_tests.py PASSED
  344. tests/test_db_thread_safe.py::Test_TreeIndex::test_delete_with_math_doc_id_case <- tests/tree_tests.py FAILED
  345. tests/test_db_thread_safe.py::Test_TreeIndex::test_insert_delete_middle_half_insert <- tests/tree_tests.py FAILED
  346. tests/test_db_thread_safe.py::Test_TreeIndex::test_insert_delete_half_update_half <- tests/tree_tests.py FAILED
  347. tests/test_db_thread_safe.py::Test_TreeIndex::test_delete_compact <- tests/tree_tests.py FAILED
  348. tests/test_db_thread_safe.py::Test_TreeIndex::test_tree_real_life_example_random[0] <- tests/tree_tests.py FAILED
  349. tests/test_db_thread_safe.py::Test_TreeIndex::test_even_cap_tree_real_life_example_random[0] <- tests/tree_tests.py FAILED
  350. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_smaller <- tests/tree_tests.py FAILED
  351. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_smaller_equal <- tests/tree_tests.py FAILED
  352. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_bigger <- tests/tree_tests.py FAILED
  353. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_bigger_equal <- tests/tree_tests.py FAILED
  354. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_between <- tests/tree_tests.py FAILED
  355. tests/test_db_thread_safe.py::Test_TreeIndex::test_find_existing_and_fail <- tests/tree_tests.py FAILED
  356. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_between_offset <- tests/tree_tests.py FAILED
  357. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_between_inclusive <- tests/tree_tests.py FAILED
  358. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_between_start_inclusive <- tests/tree_tests.py FAILED
  359. tests/test_db_thread_safe.py::Test_TreeIndex::test_random_get_between_end_inclusive <- tests/tree_tests.py FAILED
  360. tests/test_db_thread_safe.py::Test_TreeIndex::test_open_close <- tests/tree_tests.py FAILED
  361. tests/test_db_thread_safe.py::Test_TreeIndex::test_get_deleted_from_leaf_with_one_el <- tests/tree_tests.py FAILED
  362. tests/test_db_thread_safe.py::Test_TreeIndex::test_offset_in_get_many_functions <- tests/tree_tests.py FAILED
  363. tests/test_db_thread_safe.py::Test_TreeIndex::test_find_key_in_one_el_leaf <- tests/tree_tests.py PASSED
  364. tests/test_db_thread_safe.py::Test_TreeIndex::test_find_key_many_multiple_leaves <- tests/tree_tests.py PASSED
  365. tests/test_db_thread_safe.py::Test_Threads::test_one FAILED
  366. tests/test_db_thread_safe.py::Test_Threads::test_conc_update[3] PASSED
  367. tests/test_db_thread_safe.py::Test_Threads::test_conc_update[10] PASSED
  368. tests/test_db_thread_safe.py::Test_Threads::test_conc_update[20] PASSED
  369. tests/test_db_thread_safe.py::Test_Threads::test_conc_update[50] PASSED
  370. tests/test_db_thread_safe.py::Test_Threads::test_conc_update[100] PASSED
  371. tests/test_db_thread_safe.py::Test_Threads::test_conc_update[250] PASSED
  372. tests/test_indexcreator_db.py::TestIndexCreatorWithDatabase::test_output_check PASSED
  373. tests/test_indexcreator_db.py::TestMultiIndexCreatorWithInternalImports::test_infix PASSED
  374. tests/test_indexcreator_db.py::TestMultiIndexCreatorWithInternalImports::test_more_than_one_func PASSED
  375. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_2nd_arg_of_mkv FAILED
  376. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_name_or_type_as_string FAILED
  377. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_fliped_definitions FAILED
  378. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_None_equivalents FAILED
  379. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_assign_prop_equivalents FAILED
  380. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_automatic_generated_class_name FAILED
  381. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_md5 FAILED
  382. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_no_conditionals_return_dicts FAILED
  383. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_simple_conditionals FAILED
  384. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_or_and_in_conditionals FAILED
  385. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_props FAILED
  386. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_no_make_key FAILED
  387. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_functions FAILED
  388. tests/test_indexcreator_exec.py::TestIndexCreatorRightInput::test_enclosures FAILED
  389. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_no_properity PASSED
  390. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_wrong_properity_assingment PASSED
  391. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_empty_function PASSED
  392. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_no_type PASSED
  393. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_no_make_key_value PASSED
  394. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_no_name PASSED
  395. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_no_2nd_arg_and_1st_isnt_enough_for_mkv PASSED
  396. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_wrong_2nd_ret_arg_of_mkv PASSED
  397. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_empty_return_with_condition PASSED
  398. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_wrong_nr_of_args_to_ret PASSED
  399. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_wrong_comp_operators PASSED
  400. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_no_operator_between PASSED
  401. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_too_much_colons PASSED
  402. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_name_or_type_set_twice PASSED
  403. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_wrong_enclosures PASSED
  404. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_excessive_return PASSED
  405. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_wrong_properities PASSED
  406. tests/test_indexcreator_exec.py::TestIndexCreatorExceptions::test_duplicate_props PASSED
  407. tests/test_indexcreator_exec.py::TestMultiIndexCreator::test_prefix FAILED
  408. tests/test_indexcreator_exec.py::TestMultiIndexCreator::test_suffix FAILED
  409.  
  410. ...
  411.  
  412. =================== 142 failed, 260 passed in 226.06 seconds ===================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement