mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[tests] move test nodes to tests package
avoid releasing test-related nodes
This commit is contained in:
parent
a409eb5eda
commit
cf243ea488
7 changed files with 5 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
__version__ = 'develop'
|
||||
|
|
@ -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
0
tests/nodes/__init__.py
Normal file
0
tests/nodes/test/__init__.py
Normal file
0
tests/nodes/test/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue