We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5285bf commit 8b01f43Copy full SHA for 8b01f43
1 file changed
docs/app/tests/test_agent_files.py
@@ -362,9 +362,7 @@ def test_generate_agent_files_emits_trailing_slash_variants():
362
files = dict(generate_agent_files())
363
364
markdown_paths = [
365
- path
366
- for path in files
367
- if path.suffix == ".md" and path.name != ".md" and path.parts[0] != "llms.txt"
+ path for path in files if path.suffix == ".md" and path.name != ".md"
368
]
369
assert markdown_paths, "expected at least one markdown asset"
370
0 commit comments