Skip to content

Commit 08798d4

Browse files
committed
Added Security Center Hosts API Support #614
1 parent 5ad8a12 commit 08798d4

File tree

9 files changed

+526
-270
lines changed

9 files changed

+526
-270
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Jenkinsfile
2323
/ex_*.py
2424
.idea
2525
/dist
26+
__MACOSX

docs/api/sc/hosts.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. automodule:: tenable.sc.hosts

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,5 @@ dev-dependencies = [
135135

136136
[tool.pytest.ini_options]
137137
addopts = "--cov-report term-missing --cov=tenable"
138-
filterWarnings = [
139-
"ignore::DeprecationWarning"
140-
]
138+
testpaths = ['./tests']
139+
filterwarnings = ["ignore:::DeprecationWarning"]

0 commit comments

Comments
 (0)