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 af86f24 commit fe2e7d3Copy full SHA for fe2e7d3
domaintools/api.py
@@ -671,7 +671,6 @@ def iris_investigate(
671
data_updated_after=None,
672
expiration_date=None,
673
create_date=None,
674
- active=None,
675
search_hash=None,
676
risk_score=None,
677
younger_than_date=None,
tox.ini
@@ -11,14 +11,13 @@ passenv =
11
TEST_KEY
12
deps =
13
click==8.1.8
14
+ vcrpy==7.0.0
15
pytest
16
pytest-cov
17
pytest-asyncio
18
httpx
- vcrpy
19
rich
20
typer
21
- yarl
22
.
23
commands =
24
py.test -s --capture=sys --cov=domaintools --cov=domaintools_async tests --ignore=tests/e2e
0 commit comments