Skip to content

Missing test_harness.sh Script Referenced in Documentation #2

@araray

Description

@araray

📚 Documentation Bug

Summary

The documentation references a script for running integration tests:

# Integration tests
./test_harness.sh

However, this file does not exist in the repository.


📌 Expected

  • A script named test_harness.sh under the root or tests/ directory.
  • The script should orchestrate meaningful integration tests over the CLI.

❌ Actual

  • No test_harness.sh file present.
  • The tests/ directory exists but is unused.

✅ Suggested Fixes

  • Either provide a test_harness.sh script, 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions