Uplink036 / WebMapping

MIT License
0 stars 0 forks source link

Change test to fuzzing #6

Closed Uplink036 closed 1 month ago

Uplink036 commented 1 month ago

Fuzzing is a great way of testing that minimizes code we need to write and the functionality of those tests. Hypothesis is a great library for this, which even tries to do smart fuzzing.

Uplink036 commented 1 month ago

As mentioned in #9, some issues are already starting to appear