Skip to content

Commit 83828e2

Browse files
committed
Document (planned) stages 8&9 in tests/README.md
1 parent 5c65340 commit 83828e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1719
Stages 0 & 1 don't involve Godot-Python at all and are only here to ensure that no prior
1820
issues 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

2325
Stages 4&5 ensure that we can call into Godot, while stages 6&7 ensure that we can
2426
expose 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.

0 commit comments

Comments
 (0)