We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ee7b6 commit af9c2f3Copy full SHA for af9c2f3
1 file changed
linearmodels/tests/test_examples.py
@@ -46,7 +46,7 @@
46
47
nbs = sorted(glob.glob(os.path.join(NOTEBOOK_DIR, "*.ipynb")))
48
ids = [os.path.split(nb)[-1].split(".")[0] for nb in nbs]
49
-if not nbs: # pragma: no cover
+if nbs: # pragma: no cover
50
@pytest.fixture(params=nbs, ids=ids)
51
def notebook(request):
52
return request.param
0 commit comments