simonmysun / ell

A command-line interface for LLMs written in Bash.
MIT License
420 stars 19 forks source link

[feat] Test automation #33

Open simonmysun opened 3 months ago

simonmysun commented 3 months ago

Currently ell is tested manually. This is mostly because I couldn't find a programmatic way to test its pagination function. However, as the functionalities of ell increase, manual testing becomes increasingly cumbersome. Automated testing is becoming urgent

simonmysun commented 3 months ago

I added several preliminary testing. It should pass if there is no error, but still needs human to verify the result.