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 a882059 commit 62e5461Copy full SHA for 62e5461
1 file changed
docs/conftest.py
@@ -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