Testing some of the new tests on Github action

This commit is contained in:
Karim shoair
2024-11-05 01:19:50 +02:00
parent bd612bb0e2
commit e594bba0c4
5 changed files with 80 additions and 3 deletions
+6 -2
View File
@@ -4,14 +4,18 @@
# and then run "tox" from this directory.
[tox]
envlist = pre-commit,py37,py38,py39,py310,py311,py312
envlist = pre-commit,py{38,39,310,311,312,313}
[testenv]
usedevelop = True
changedir = tests
deps =
-r{toxinidir}/tests/requirements.txt
commands = pytest --cov=scrapling --cov-report=xml
commands =
playwright install chromium
playwright install-deps chromium
camoufox fetch --browserforge
pytest --cov=scrapling --cov-report=xml
[testenv:pre-commit]
basepython = python3