forked from dbcli/pgcli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
42 lines (38 loc) · 751 Bytes
/
Copy pathtox.ini
File metadata and controls
42 lines (38 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[tox]
envlist = py
[testenv]
skip_install = true
deps = uv
commands = uv pip install -e .[dev]
coverage run -m pytest -v tests
coverage report -m
passenv = PGHOST
PGPORT
PGUSER
PGPASSWORD
PYTHONIOENCODING
setenv =
PYTHONIOENCODING = utf-8
[testenv:style]
skip_install = true
deps = ruff
commands = ruff check
ruff format --diff
[testenv:integration]
skip_install = true
deps = uv
commands = uv pip install -e .[dev]
behave tests/features --no-capture
passenv =
PGHOST
PGPORT
PGUSER
PGPASSWORD
PYTHONIOENCODING
setenv =
PYTHONIOENCODING = utf-8
[testenv:rest]
skip_install = true
deps = uv
commands = uv pip install -e .[dev]
docutils --halt=warning changelog.rst