Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: fix readme test
Signed-off-by: samsja <[email protected]>
  • Loading branch information
samsja committed Aug 7, 2023
commit 2d6541261dae4a71d8ccccbb50d29fc14e34032e
9 changes: 8 additions & 1 deletion tests/documentation/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,12 @@ def test_readme():
check_md_file(
fpath='README.md',
memory=True,
keyword_ignore=['tensorflow', 'fastapi', 'push', 'langchain', 'MovieDoc'],
keyword_ignore=[
'tensorflow',
'fastapi',
'push',
'langchain',
'MovieDoc',
'jina',
],
)