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 c92075a commit d81568fCopy full SHA for d81568f
2 files changed
tests_autowrapt/__init__.py
tests_autowrapt/conftest.py
@@ -0,0 +1,7 @@
1
+# (c) Copyright IBM Corp. 2025
2
+
3
+import os
4
5
+collect_ignore_glob = []
6
+if not os.environ.get("AUTOWRAPT_BOOTSTRAP", None):
7
+ collect_ignore_glob.append("*test_autowrapt*")
0 commit comments