tests: add tox configuration to automate unit testing
authorAndrea Righi <andrea.righi@canonical.com>
Fri, 24 Nov 2023 10:07:06 +0000 (11:07 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 11 Dec 2023 10:00:49 +0000 (11:00 +0100)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
tox.ini [new file with mode: 0644]

diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..90d98fd
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,8 @@
+[tox]
+envlist = py311  # Add other Python versions as needed
+
+[testenv]
+deps =
+    pytest
+commands =
+    pytest