Skip to content

Add assertions for link suggestions - #4

Open
jasonsoroko wants to merge 1 commit into
mainfrom
codex/add-assertions-to-test_analyze_and_suggest_links
Open

Add assertions for link suggestions#4
jasonsoroko wants to merge 1 commit into
mainfrom
codex/add-assertions-to-test_analyze_and_suggest_links

Conversation

@jasonsoroko

Copy link
Copy Markdown
Owner

Summary

  • verify expected link suggestions are produced in test_auto_linker

Testing

  • python - <<'EOF' import sys, types, pytest sys.modules['openai'] = types.ModuleType('openai') pytest.main(['tests/unit/test_auto_linker.py::TestAutoLinker::test_analyze_and_suggest_links', '-q']) EOF
  • pytest tests/unit/test_auto_linker.py::TestAutoLinker::test_analyze_and_suggest_links -q (fails: ModuleNotFoundError: No module named 'openai')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant