Skip to content

Commit 62e5461

Browse files
committed
No spaces in ipynb tests
1 parent a882059 commit 62e5461

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/conftest.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
6+
7+
def pytest_collection_modifyitems(items):
8+
for item in items:
9+
item.name = item.name.replace(' ', '_')

0 commit comments

Comments
 (0)