Closed sbhaktha closed 4 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.
theory_generator.py
__eq__
__hash__
Thanks for the review! Not using dataclasses right now, for reasons discussed offline.
@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.