-
-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathtox.ini
More file actions
22 lines (19 loc) · 551 Bytes
/
tox.ini
File metadata and controls
22 lines (19 loc) · 551 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tox]
envlist = py3{9,10,11,12,13},lint
isolated_build = True
[testenv]
extras = test
commands =
python -m playwright install chromium
python -m playwright install-deps chromium
python -m playwright install --with-deps firefox
python -m pytest {posargs:--verbose --showlocals} tests/
[testenv:lint]
extras = test
commands =
ruff check
mypy src/pycookiecheat/ tests/
[flake8]
exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,docs,venv,.venv,.tox,.eggs,build
import-order-style = smarkets
application-import-names = pycookiecheat