Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [andreas@andylaptop bug-1100277]$ nosetests2 -v tests/functional
- Test the build_icon() function with a QIcon instance ... ok
- Test the build_icon() function with a resource URI ... ok
- Test the check_directory_exists() function ... ok
- Test that the check_item_selected() function returns False when there are no selected indexes. ... ok
- Test that the check_item_selected() function returns True when there are selected indexes. ... ok
- create_separated_list_empty_list_test (openlp_core_lib.test_lib.TestLib) ... ok
- create_separated_list_qlocate_test (openlp_core_lib.test_lib.TestLib) ... ok
- create_separated_list_with_one_item_test (openlp_core_lib.test_lib.TestLib) ... ok
- create_separated_list_with_three_items_test (openlp_core_lib.test_lib.TestLib) ... ok
- create_separated_list_with_two_items_test (openlp_core_lib.test_lib.TestLib) ... ok
- Test the get_text_file_string() method when the contents cannot be decoded ... ok
- Test the get_text_file_string() function when a file does not exist ... ok
- Test the get_text_file_string() method when a read error happens ... ok
- Test the image_to_byte() function ... ok
- Test the str_to_bool function with boolean input ... ok
- Test the str_to_bool function with a set of false inputs ... ok
- Test the str_to_bool function with a set of invalid inputs ... ok
- Test the str_to_bool function with a set of true inputs ... ok
- Test the translate() function ... ok
- Test the validate_thumb() function when the thumbnail does not exist ... ok
- Test the validate_thumb() function when the thumbnail exists and has a newer timestamp than the file ... ok
- Test the validate_thumb() function when the thumbnail exists but is older than the file ... ok
- Test the registry creation and its usage ... ok
- Test the Service Item - add command test ... ok
- Test the Service Item - add image test ... ok
- Test the Service Item - add text test ... ok
- Test the Service Item - basic test ... ok
- Test the Service Item - adding a custom slide from a saved service ... ok
- Test the Service Item - adding an image from a saved service ... ok
- Test the AppLocation.get_data_path() method ... ok
- Test the AppLocation.get_data_path() method when a custom location is set in the settings ... ok
- Test the AppLocation.get_directory() method for AppLocation.AppDir ... ok
- Test the AppLocation.get_directory() method for AppLocation.PluginsDir ... ok
- Test the AppLocation.get_section_data_path() method ... ok
- Test the get_filesystem_encoding() function ... ok
- Test the _get_frozen_path() function ... ok
- ----------------------------------------------------------------------
- Ran 36 tests in 0.451s
- OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement