Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
#664 - added tests for #697
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Nov 11, 2020
1 parent 28ad05f commit e933955
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pype/tests/test_lib_restructuralization.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e933955

Please sign in to comment.