Skip to content

Commit

Permalink
Add dummy unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
taketwo committed Jan 20, 2024
1 parent 632ea23 commit fb6f764
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_ollama.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from llm.plugins import pm


def test_plugin_is_installed():
names = [mod.__name__ for mod in pm.get_plugins()]
assert "llm_ollama" in names

0 comments on commit fb6f764

Please sign in to comment.