Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. [andreas@andylaptop bug-1100277]$ nosetests2 -v tests/functional
  2. Test the build_icon() function with a QIcon instance ... ok
  3. Test the build_icon() function with a resource URI ... ok
  4. Test the check_directory_exists() function ... ok
  5. Test that the check_item_selected() function returns False when there are no selected indexes. ... ok
  6. Test that the check_item_selected() function returns True when there are selected indexes. ... ok
  7. create_separated_list_empty_list_test (openlp_core_lib.test_lib.TestLib) ... ok
  8. create_separated_list_qlocate_test (openlp_core_lib.test_lib.TestLib) ... ok
  9. create_separated_list_with_one_item_test (openlp_core_lib.test_lib.TestLib) ... ok
  10. create_separated_list_with_three_items_test (openlp_core_lib.test_lib.TestLib) ... ok
  11. create_separated_list_with_two_items_test (openlp_core_lib.test_lib.TestLib) ... ok
  12. Test the get_text_file_string() method when the contents cannot be decoded ... ok
  13. Test the get_text_file_string() function when a file does not exist ... ok
  14. Test the get_text_file_string() method when a read error happens ... ok
  15. Test the image_to_byte() function ... ok
  16. Test the str_to_bool function with boolean input ... ok
  17. Test the str_to_bool function with a set of false inputs ... ok
  18. Test the str_to_bool function with a set of invalid inputs ... ok
  19. Test the str_to_bool function with a set of true inputs ... ok
  20. Test the translate() function ... ok
  21. Test the validate_thumb() function when the thumbnail does not exist ... ok
  22. Test the validate_thumb() function when the thumbnail exists and has a newer timestamp than the file ... ok
  23. Test the validate_thumb() function when the thumbnail exists but is older than the file ... ok
  24. Test the registry creation and its usage ... ok
  25. Test the Service Item - add command test ... ok
  26. Test the Service Item - add image test ... ok
  27. Test the Service Item - add text test ... ok
  28. Test the Service Item - basic test ... ok
  29. Test the Service Item - adding a custom slide from a saved service ... ok
  30. Test the Service Item - adding an image from a saved service ... ok
  31. Test the AppLocation.get_data_path() method ... ok
  32. Test the AppLocation.get_data_path() method when a custom location is set in the settings ... ok
  33. Test the AppLocation.get_directory() method for AppLocation.AppDir ... ok
  34. Test the AppLocation.get_directory() method for AppLocation.PluginsDir ... ok
  35. Test the AppLocation.get_section_data_path() method ... ok
  36. Test the get_filesystem_encoding() function ... ok
  37. Test the _get_frozen_path() function ... ok
  38.  
  39. ----------------------------------------------------------------------
  40. Ran 36 tests in 0.451s
  41.  
  42. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement