aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 38389132e32a51b261347ad6bab61544be27ec59 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
[tox]
envlist = test

[testenv:test]
description = Run the unit tests.
deps = pytest
commands =
    pytest {posargs:tests/}