ShahriyarR / one-time-secret-share

One time secret sharing service on top of ReadOnce objects
MIT License
21 stars 5 forks source link

Add property-based tests domain model, services and use cases layers #40

Closed ShahriyarR closed 1 year ago

ShahriyarR commented 1 year ago

What would you like to be added?

To cover edge cases we need to enable property-based tests. For that purpose, the Hypothesis library could be used:

https://pypi.org/project/hypothesis/

Why is this needed?

I expect to cover corner and edge cases of the application to be covered more random tests