compiler-research / xeus-cpp

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
17 stars 24 forks source link

Introduce a testing framework to test out the example notebooks #122

Closed anutosh491 closed 1 month ago

anutosh491 commented 3 months ago

As denoted in this comment we should have a testing framework (at the xeus-cpp level or at the overall xeus-stack level) that would accept a kernel ( Maybe different xeus kernels and their different possible versions) and a demo notebook and return some jsons for confirming the expected outputs.

This would ensure consistency for the kernels over the long run.