mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add first stubs for DF
CURA-7959
This commit is contained in:
parent
8f46a51ff2
commit
32ec72a28c
2 changed files with 96 additions and 0 deletions
10
plugins/DigitalLibrary/tests/conftest.py
Normal file
10
plugins/DigitalLibrary/tests/conftest.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Prevents error: "PyCapsule_GetPointer called with incorrect name" with conflicting SIP configurations between Arcus and PyQt: Import custom Sip bindings first!
|
||||
import Savitar # Dont remove this line
|
||||
import Arcus # No really. Don't. It needs to be there!
|
||||
import pynest2d # Really!
|
||||
|
||||
|
||||
# Ensure that the importing for all tests work
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
|
Loading…
Add table
Add a link
Reference in a new issue