Qiskit / documentation

The documentation content home for https://docs.quantum.ibm.com.
https://docs.quantum.ibm.com
Apache License 2.0
37 stars 62 forks source link

Qiskit Functions: decide if we want to test any of the notebooks #1951

Open Eric-Arellano opened 2 weeks ago

Eric-Arellano commented 2 weeks ago

We skip all of the notebooks by setting notebooks_exclude in notebook-testing.toml. Should we test any of these?

Update: sync with David, Iskander, and Sanket about what they think is reasonable. We should also consider https://github.com/Qiskit/documentation/issues/1173 or adding Pylint.

frankharkins commented 1 week ago

Discussed in meeting: We could try a static analysis tool like pylint to detect things like undefined variables and typos in module names. Related to #1806.