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.
2 parents bc3511f + 92fd6b6 commit 197d66aCopy full SHA for 197d66a
1 file changed
setup.cfg
@@ -60,4 +60,5 @@ tempest.test_plugins =
60
quiet-level = 4
61
# Words to ignore:
62
# cna: Intel CNA card
63
-ignore-words-list = cna
+# assertIn: Python's unittest method
64
+ignore-words-list = cna,assertIn
0 commit comments