[tests] move test nodes to tests package

avoid releasing test-related nodes
This commit is contained in:
Yann Lanthony 2018-07-06 18:29:58 +02:00
parent a409eb5eda
commit cf243ea488
7 changed files with 5 additions and 2 deletions

View file

@ -1,2 +0,0 @@
__version__ = 'develop'

View file

@ -0,0 +1,5 @@
import os
from meshroom.core import loadAllNodes
loadAllNodes(os.path.join(os.path.dirname(__file__), "nodes"))

0
tests/nodes/__init__.py Normal file
View file

View file