-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
📚 Documentation Bug
Summary
The documentation references a script for running integration tests:
# Integration tests
./test_harness.shHowever, this file does not exist in the repository.
📌 Expected
- A script named
test_harness.shunder the root ortests/directory. - The script should orchestrate meaningful integration tests over the CLI.
❌ Actual
- No
test_harness.shfile present. - The
tests/directory exists but is unused.
✅ Suggested Fixes
- Either provide a
test_harness.shscript, or - Remove the reference from the documentation and point to an alternative method (
cargo test, etc.) - Consider adding integration tests using Rust’s
tests/framework or shell-script-based CLI tests.
📦 Environment
- Version: binfiddle 0.3.0
- Platform: All
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Projects
Status
Todo