Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit f691774

Browse files
pedrorriverojaygambetta
authored andcommitted
Update test_tutorials.py docstring to match NOTEBOOK_PATH's default value (#825)
* fix default NOTEBOOK_PATH value to satisfy the documentation * Revert "fix default NOTEBOOK_PATH value to satisfy the documentation" This reverts commit c857ac0. * update test_tutorials.py docstring
1 parent 6fd9767 commit f691774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/test/test_tutorials.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"""Helper for running the notebooks as unit tests.
2121
2222
Convenience script for running the notebooks as individual `unittest` tests
23-
using the standard Python facilites. By default, only the notebooks under
24-
`reference/` are automatically discovered (can be modified via the
23+
using the standard Python facilites. By default, all notebooks under
24+
`qiskit/` are automatically discovered (can be modified via the
2525
`NOTEBOOK_PATH` variable).
2626
2727
The test can be run by using the regular unittest facilities from the root

0 commit comments

Comments
 (0)