Skip to content

fix(docs): ignore shell command in README doctest - #19

Merged
clearloop merged 2 commits into
spacejamapp:mainfrom
Timosdev99:test
Oct 15, 2025
Merged

fix(docs): ignore shell command in README doctest#19
clearloop merged 2 commits into
spacejamapp:mainfrom
Timosdev99:test

Conversation

@Timosdev99

Copy link
Copy Markdown
Contributor

the project test suite was failing when running cargo test. the failure was caused by documentation test that was incorrectly trying to compile the shell command in the readme file

this changes resolve the issues by adding the ignore flag to the code block in the readme. it allow the test runner to skip the code blocks, preventing the compilation errors. so now the cargo test command now completes succesfully

@Timosdev99

Copy link
Copy Markdown
Contributor Author

@clearloop I hope this little change helps first

@clearloop clearloop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! could you please add doc tests to the CI as well in this PR?

Comment thread crates/jade/README.md Outdated
Comment thread README.md Outdated
@Timosdev99

Copy link
Copy Markdown
Contributor Author

Alright @clearloop , currently AFK will do that later.

@Timosdev99
Timosdev99 requested a review from clearloop October 14, 2025 12:52
@clearloop
clearloop merged commit 45d7dd7 into spacejamapp:main Oct 15, 2025
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