tingerrr / typst-test

A test runner for typst projects.
https://tingerrr.github.io/typst-test/
MIT License
27 stars 2 forks source link

Convenient test modification #28

Closed tingerrr closed 3 months ago

tingerrr commented 4 months ago

Currently, the edit command does nothing, its arguments cannot be instantiated and its implementation panics.

The edit command should have sub commands or options of some kind to change a test from being compile-only to ephemeral or any other version. Doing these changes manually is easy, but may get harder if the folder structure is changed or new variants are added in the future.

tingerrr commented 3 months ago

Fixed in 502b235f