aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..3838913
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,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/}