mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Import tests for #681
This commit is contained in:
parent
8f01ab2109
commit
3ac01c5543
1 changed files with 10 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# Test for backward compability of restructure of lib.py into lib library
|
||||
# #664
|
||||
# Test for backward compatibility of restructure of lib.py into lib library
|
||||
# Contains simple imports that should still work
|
||||
|
||||
|
||||
|
|
@ -9,5 +8,13 @@ def test_backward_compatibility(printer):
|
|||
from pype.lib import filter_pyblish_plugins
|
||||
from pype.lib import execute_hook
|
||||
from pype.lib import PypeHook
|
||||
|
||||
from pype.lib import get_latest_version
|
||||
from pype.lib import ApplicationLaunchFailed
|
||||
from pype.lib import launch_application
|
||||
from pype.lib import ApplicationAction
|
||||
from pype.lib import get_avalon_database
|
||||
from pype.lib import set_io_database
|
||||
|
||||
except ImportError as e:
|
||||
raise
|
||||
raise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue