CodyKochmann / battle_tested

Fully automated python fuzzer built to test if code actually is production ready in seconds.
MIT License
103 stars 5 forks source link

Switch the use of names tuples to classes using __slots__ #21

Closed CodyKochmann closed 6 years ago

CodyKochmann commented 7 years ago

Validation in stricttuples is really nice, but it's looking like things are gonna need to be picklable so it would be wise to move that logic to an optimized class.