#664 - added tests for #697

This commit is contained in:
Petr Kalis 2020-11-11 18:57:17 +01:00
parent 28ad05fb7b
commit e933955dc8

View file

@ -16,5 +16,11 @@ def test_backward_compatibility(printer):
from pype.lib import get_avalon_database
from pype.lib import set_io_database
from pype.lib import get_ffmpeg_tool_path
from pype.lib import get_last_version_from_path
from pype.lib import get_paths_from_environ
from pype.lib import get_version_from_path
from pype.lib import version_up
except ImportError as e:
raise