This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Write basic automated tests that can be run locally #319
Labels
issue:enhancement
New feature or request
meta:maintenance
Changes that will make it easier for us to maintain code
Milestone
This hasn't been done because ideally we'd run them in CI, but there are various practical concerns with that (model sizes, legality). That being said, we shouldn't let perfect be the enemy of good. I was going to implement this as part of #274 and/or #280, but went on holiday before I could start.
This should be another application in the repository, say
llm-test
, that is not published and not built for public consumption. Instead, it should be a tool that runs via Cargo and panics if there's an error:cargo run --release --bin llm-test
The tests should include:
Open to additional suggestions!
The text was updated successfully, but these errors were encountered: