projects
/
annotations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07727f4
)
tests: add tox configuration to automate unit testing
author
Andrea Righi
<andrea.righi@canonical.com>
Fri, 24 Nov 2023 10:07:06 +0000
(11:07 +0100)
committer
Andrea 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]
patch
|
blob
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