summaryrefslogtreecommitdiffstats
path: root/mise.toml
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-08-24 17:10:11 +0200
committerChristoph Schlosser <christoph@linux.com>2025-08-24 17:10:11 +0200
commit9bd3fd1bce788dce610ad7276ce1f1634019c380 (patch)
tree59898b74445bf4a9e751b4b7bec46f85a7ad43d8 /mise.toml
parent66dfe0e665ebeb0dce1ff290b77245e4a9fadd88 (diff)
downloadgit2hugo-9bd3fd1bce788dce610ad7276ce1f1634019c380.tar.gz
g2h: Add unit tests and restructure class layout
Instead of having a large generator class use individual pages
Diffstat (limited to 'mise.toml')
-rw-r--r--mise.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mise.toml b/mise.toml
index a6eaf5a..4756681 100644
--- a/mise.toml
+++ b/mise.toml
@@ -11,6 +11,10 @@ description = "Run g2h with the test repo"
alias = "r"
run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out --name 'Test repo'"
+[tasks.test]
+alias = "t"
+run = "pytest"
+
[tasks.commit]
run = [
'tar czf test_repo/git.tgz -C test_repo .git',