From 9bd3fd1bce788dce610ad7276ce1f1634019c380 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 24 Aug 2025 17:10:11 +0200 Subject: g2h: Add unit tests and restructure class layout Instead of having a large generator class use individual pages --- mise.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mise.toml') 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', -- cgit v1.2.3