Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove get_convo asserts from tests #1595

Merged
merged 18 commits into from
Oct 8, 2024

Conversation

mikeedjones
Copy link
Contributor

@mikeedjones mikeedjones commented Oct 7, 2024

This PR attempts to port all tests currently using DummyLM to a new DummyLM which inherits from dspy.LM - hence migrating the test suite to use the new ChatAdapter.

It also replicates all current tests which use the renamed DspDummyLM(dsp.LM) into a folder tests/DSP_LM, to be deleted when 2.6 is released and dsp.LM is deprecated.

The tests for the to-be-deprectaed MIPRO have not been migrated to use dspy.LM.

I also included a fix for predictors which return Literal types (or any type the origin of which does not have a name attribute) with a small tweak to dspy/adapters/chat_adapter.py:get_annotation_name. Without this change tests/functional/test_functional.py:test_literal.* fail. Can also skip those tests and create another PR.

This PR also adds an auto-used fixture which resets the dspy.settings to default after each test without which some tests were interdependent.

Remove from the test suite any examination of the lm's history - makes the tests easier to port to additional adapters.

@okhat okhat merged commit cc368f8 into stanfordnlp:main Oct 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants