feat: added tests
CI / test (push) Failing after 5s
CI / build (push) Has been skipped

This commit is contained in:
2026-07-02 14:12:48 +02:00
parent 21b54c8fd7
commit cd3a1a7c47
8 changed files with 122 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "gitea-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pytest>=9.1.1",
]