Skip to content

feat: Add property-based testing with Hypothesis #22

Description

@mark-e-deyoung

Description

Add property-based/fuzz testing using the Hypothesis library for core operations (store, audit log, planner).

Why

Example-based tests miss edge cases. Property-based testing systematically explores input space to find latent bugs.

Status

Deferred — Python codebase is small (~1000 lines) and mostly orchestrates Docker commands. Revisit when:

  • Core logic is significantly extended
  • A bug is found that property-based testing would have caught
  • The store/audit SQLite operations need higher assurance

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions