Add first stubs for DF

CURA-7959
This commit is contained in:
Jaime van Kessel 2021-04-26 10:55:32 +02:00
parent 8f46a51ff2
commit 32ec72a28c
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 96 additions and 0 deletions

View 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__)), ".."))