test: add live e2e happyfappy CLI tests with detailed output
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user