From 3ac01c55432d6e9d8d3b58810e0f64540399ba3f Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 4 Nov 2020 18:49:09 +0100 Subject: [PATCH] Import tests for #681 --- pype/tests/test_lib_restructuralization.py | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pype/tests/test_lib_restructuralization.py b/pype/tests/test_lib_restructuralization.py index e167c5f555..92197c8232 100644 --- a/pype/tests/test_lib_restructuralization.py +++ b/pype/tests/test_lib_restructuralization.py @@ -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 \ No newline at end of file + raise