csparpa / fluentcheck

Fluent assertions for Python
MIT License
84 stars 8 forks source link

Go on with implementing assertion methods listed on README.md #4

Open csparpa opened 5 years ago

csparpa commented 5 years ago

As per title

Each new assertion method should:

dowenb commented 5 years ago

is_uuid1() is going to be fun, because the RFC States:

Apart from determining whether the timestamp portion of the UUID is in the future and therefore not yet assignable, there is no mechanism for determining whether a UUID is 'valid'.

dowenb commented 5 years ago

Found something that might save me: https://stackoverflow.com/questions/19989481/how-to-determine-if-a-string-is-a-valid-v4-uuid

going to give this a go