aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-18 14:37:28 +0800
committer苏向夜 <fu050409@163.com>2024-01-18 14:37:28 +0800
commit63d2d92a0e8e559f25b3cd81542e9317fe72057f (patch)
tree0c3a693e82c61e3dacafd62b291c5cc505f789b2 /test
parent08c13ddd0bffd2fc08282afccc73980bdbbdab0d (diff)
parent55623b0cb2e0cb49f5ff4f456121b07c2376659c (diff)
downloadipm-63d2d92a0e8e559f25b3cd81542e9317fe72057f.tar.gz
ipm-63d2d92a0e8e559f25b3cd81542e9317fe72057f.zip
:sparkles: feat(ci): use pdm run python instead
Diffstat (limited to 'test')
-rw-r--r--test/infini.toml9
-rw-r--r--test/src/__init__.py1
2 files changed, 10 insertions, 0 deletions
diff --git a/test/infini.toml b/test/infini.toml
new file mode 100644
index 0000000..cc0f720
--- /dev/null
+++ b/test/infini.toml
@@ -0,0 +1,9 @@
+[infini]
+name = "test"
+version = "0.1.0"
+description = "COC 规则包"
+license = "MIT"
+
+[requirements]
+
+[dependencies]
diff --git a/test/src/__init__.py b/test/src/__init__.py
new file mode 100644
index 0000000..d93492e
--- /dev/null
+++ b/test/src/__init__.py
@@ -0,0 +1 @@
+# Initialized `__init__.py` generated by ipm. \ No newline at end of file