test: add live e2e happyfappy CLI tests with detailed output

This commit is contained in:
2026-03-07 02:46:10 +03:00
parent 6d7cb602b3
commit 4ce0aad021
4 changed files with 203 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ dependencies = [
"scrapling[fetchers]==0.4.1",
]
[project.optional-dependencies]
test = [
"pytest>=8.0",
]
[project.scripts]
wscraper = "wscraper.cli:main"
@@ -20,3 +25,8 @@ package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
markers = [
"e2e: live end-to-end tests against external services",
]