You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a comprehensive test suite for the Ollama Bash Lib, using the Bats testing framework.
The following changes were made:
- Added a `tests/README.md` with instructions on how to set up and run the tests.
- Created a suite of tests that cover all public and internal functions in the library.
- The tests cover positive and negative cases, as well as edge cases.
- Fixed a bug in the `ollama_model_unload` function that was discovered during testing.
- Updated `docs/jules.md` with information about the new test suite.
0 commit comments