qdk icon indicating copy to clipboard operation
qdk copied to clipboard

Notebook imports and completions from package dependencies needs new unit tests

Open swernli opened this issue 1 year ago • 1 comments

Currently all our tests for completions in notebooks only use items defined in the standard library or within the notebook itself. With the new support for external projects in notebooks, we need some virtual file system based tests for completions in notebooks.

swernli avatar Jul 22 '24 21:07 swernli

Partially addressed in #1947 (unit tests for completions from package dependencies), but not for notebooks yet.

minestarks avatar Oct 30 '24 20:10 minestarks