Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store outcome of test runs per port / board in the cell metadata #30

Open
4 tasks
Josverl opened this issue Jan 24, 2024 · 0 comments
Open
4 tasks

Store outcome of test runs per port / board in the cell metadata #30

Josverl opened this issue Jan 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Josverl
Copy link
Owner

Josverl commented Jan 24, 2024

%mpy --info --store
can store all CPU info in the notebook metadata

cell magic %% micropython --store

  • test outcomes ( OK / Failure or full details could then be stored per cell

  • This makes testing the same code , and collecting the information across different ports / version much simpler

  • how to store the data - reliably - no formal APIs ?
    https://github.com/christianp/jupyter-interactions-site/blob/master/get_metadata.py

  • Need a way to report

  • need a way to specify the distinguishing factor ( port / version / board et )

  • how to clear the stored metadata

@Josverl Josverl added the enhancement New feature or request label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant