summaryrefslogtreecommitdiffstats
path: root/ansible_collections/ibm/qradar/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/ibm/qradar/pyproject.toml')
-rw-r--r--ansible_collections/ibm/qradar/pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible_collections/ibm/qradar/pyproject.toml b/ansible_collections/ibm/qradar/pyproject.toml
new file mode 100644
index 000000000..c9ca12efb
--- /dev/null
+++ b/ansible_collections/ibm/qradar/pyproject.toml
@@ -0,0 +1,11 @@
+[tool.black]
+line-length = 100
+
+[tool.pytest.ini_options]
+addopts = ["-vvv", "-n", "2", "--log-level", "WARNING", "--color", "yes"]
+testpaths = [
+ "tests",
+]
+filterwarnings = [
+ 'ignore:AnsibleCollectionFinder has already been configured',
+] \ No newline at end of file