OpenAssetIO / OpenAssetIO-MediaCreation

OpenAssetIO extensions for use in the Media Creation industry.
Apache License 2.0
12 stars 10 forks source link

Add hybrid plugin system notebook #99

Open feltech opened 1 month ago

feltech commented 1 month ago

Add notebook for the design, documentation and e2e testing of the Hybrid Plugin System introduced in https://github.com/OpenAssetIO/OpenAssetIO/issues/1202

Current rendered version

Notebook Driven Development :wink:

feltech commented 6 days ago

Some minor questions, but if I'm reading the code correctly, the code in these notebooks get run in the CI, so they _have to be correct or the CI will fail?

Yeah exactly. Unfortunately, since we don't publish SimpleCppManager, this notebook only runs in CI on Linux (Docker). I added https://github.com/OpenAssetIO/OpenAssetIO/issues/1408 as a consequence.