Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Dec 23, 2024
1 parent 9f269b4 commit e054889
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/test_nb_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
from nbmake.nb_result import NotebookResult
from nbmake.nb_run import NotebookRun

from .helper import failing_nb, passing_nb, write_nb
from .helper import failing_nb, passing_nb, testdir2, write_nb

assert testdir2 # ensure testdir is not removed by linter

pytest_plugins = "pytester"

Expand Down
4 changes: 3 additions & 1 deletion tests/test_pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
from pytest import ExitCode, Pytester
from typing_extensions import Never

from .helper import failing_nb, passing_nb, write_nb
from .helper import failing_nb, passing_nb, testdir2, write_nb

assert testdir2 # ensure testdir is not removed by linter

pytest_plugins = "pytester"
NB_VERSION = 4
Expand Down

0 comments on commit e054889

Please sign in to comment.