pyt-team / TopoNetX

Computing on Topological Domains
https://pyt-team.github.io/toponetx/
MIT License
179 stars 34 forks source link

Unit Tests for Hyperedge are not running #199

Closed devendragovil closed 1 year ago

devendragovil commented 1 year ago

Unit tests for the hyperedge class are not running.

Going back in the commit history, it seems that the issue arose when the unit test module was removed in favor of pytest. However, pytest requires the class names to start with Test, which is not the official name.

I will raise a PR with the changes.

devendragovil commented 1 year ago

Fixed by #198