162279358c
Co-authored-by: Bo Yang <ybo@google.com> Co-authored-by: Wei Sun (Jack) <weisun@google.com> Co-authored-by: George Weale <gweale@google.com> Co-authored-by: Swapnil Agarwal <swapnilag@google.com> Co-authored-by: Xuan Yang <xygoogle@google.com> Co-authored-by: Shangjie Chen <deanchen@google.com> Co-authored-by: Yifan Wang <wanyif@google.com> Co-authored-by: Kathy Wu <wukathy@google.com>
11 lines
188 B
INI
11 lines
188 B
INI
[tox]
|
|
envlist = py310, py311, py312, py313, py314
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
description = Run unit tests
|
|
runner = uv-venv-lock-runner
|
|
extras = test
|
|
commands =
|
|
pytest tests/unittests
|