utils
get_test_data_dir()
As we moved all resources from tests/client/ayon_core/ui to tests/client/ayon_core/ui/test_data we need to be able to find the test data directory.
Source code in client/ayon_core/ui/preview_utils/utils.py
55 56 57 58 59 60 61 62 63 64 65 | |
preview_widget(create_widget_func, style=Style.AYONStyleOverCSS)
Main function to run the Qt test.
Source code in client/ayon_core/ui/preview_utils/utils.py
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | |