robotpy / pynetworktables

Pure python implementation of the FRC NetworkTables protocol
Other
60 stars 30 forks source link

Use Hypothesis in tests #67

Open auscompgeek opened 5 years ago

auscompgeek commented 5 years ago

It would be a good idea to use Hypothesis to verify round-trips work as intended.

It would also be a good idea to write some tests to verify that we can interact with ntcore correctly.