Advertisement
Guest User

Untitled

a guest
Feb 7th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. [andreas@andylaptop central-settings-place]$ 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. Test the get_text_file_string() method when the contents cannot be decoded ... ok
  8. Test the get_text_file_string() function when a file does not exist ... ok
  9. Test the get_text_file_string() method when a read error happens ... ok
  10. Test the image_to_byte() function ... ok
  11. Test the str_to_bool function with boolean input ... ok
  12. Test the str_to_bool function with a set of false inputs ... ok
  13. Test the str_to_bool function with a set of invalid inputs ... ok
  14. Test the str_to_bool function with a set of true inputs ... ok
  15. Test the translate() function ... ok
  16. Test the validate_thumb() function when the thumbnail does not exist ... ok
  17. Test the validate_thumb() function when the thumbnail exists and has a newer timestamp than the file ... ok
  18. Test the validate_thumb() function when the thumbnail exists but is older than the file ... ok
  19. Test the registry creation and its usage ... ok
  20. Test the Service Item - add command test ... ok
  21. Test the Service Item - add image test ... ok
  22. Test the Service Item - add text test ... ok
  23. Test the Service Item - basic test ... ok
  24. Test the Service Item - adding a custom slide from a saved service ... ok
  25. Test the Service Item - adding an image from a saved service ... ok
  26. Test the AppLocation.get_data_path() method ... ok
  27. Test the AppLocation.get_data_path() method when a custom location is set in the settings ... ok
  28. Test the AppLocation.get_directory() method for AppLocation.AppDir ... ok
  29. Test the AppLocation.get_directory() method for AppLocation.PluginsDir ... ok
  30. Test the AppLocation.get_section_data_path() method ... ok
  31. Test the get_filesystem_encoding() function ... ok
  32. Test the _get_frozen_path() function ... ok
  33.  
  34. ----------------------------------------------------------------------
  35. Ran 31 tests in 0.568s
  36.  
  37. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement