File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Tests are divided on multiple stages:
1313- ` 5-use-godot-from-cython ` : 🚧 WIP 🚧
1414- ` 6-expose-python-to-godot ` : 🚧 WIP 🚧
1515- ` 7-expose-cython-to-godot ` : 🚧 WIP 🚧
16+ - ` 8-cython-communicate-with-3rd-party-extension ` : 🚧 WIP 🚧
17+ - ` 9-python-communicate-with-3rd-party-extension ` : 🚧 WIP 🚧
1618
1719Stages 0 & 1 don't involve Godot-Python at all and are only here to ensure that no prior
1820issues are present (e.g. bug in new Godot release, weird behavior on exotic platform...).
@@ -22,3 +24,6 @@ modules from the CPython interpreter embedded in Godot.
2224
2325Stages 4&5 ensure that we can call into Godot, while stages 6&7 ensure that we can
2426expose Python to Godot.
27+
28+ Stages 8&9 ensure that classes exposed by 3rd-party GDExtension can be accessed from
29+ Godot-Python, and vice-versa.
You can’t perform that action at this time.
0 commit comments