allenai / ruletaker

Apache License 2.0
41 stars 6 forks source link

Add tests #13

Closed sbhaktha closed 3 years ago

sbhaktha commented 3 years ago

@aimichal : adding some basic tests using pytests. Some imports were missing last time in theory_generator.py, not sure how, so added them as well. Needed to override __eq__ and __hash__ functions to make objects comparable for unit test.

sbhaktha commented 3 years ago

Thanks for the review! Not using dataclasses right now, for reasons discussed offline.