We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6127198 commit 2751ad4Copy full SHA for 2751ad4
jupyter_server/pytest_plugin.py
@@ -244,9 +244,6 @@ def kernelspecs(data_dir):
244
sample_kernel_resources.write_text(some_resource)
245
246
247
-# contents_manager_atomic = pytest.fixture(lambda tmp_path: FileContentsManager(root_dir=str(tmp_path), use_atomic_writing=True))
248
-# contents_manager_nonatomic = pytest.fixture(lambda tmp_path: FileContentsManager(root_dir=str(tmp_path), use_atomic_writing=False))
249
-
250
@pytest.fixture(params=[True, False])
251
def contents_manager(request, tmp_path):
252
return FileContentsManager(root_dir=str(tmp_path), use_atomic_writing=request.param)
0 commit comments