NSAPH-Projects / topological-equivariant-networks

E(n)-Equivariant Topological Neural Networks
MIT License
19 stars 0 forks source link

implement testing infrastructure #26

Closed ekarais closed 6 months ago

ekarais commented 6 months ago

The goal of this PR is to equip the repository with a simple testing structure and give visibility to our code coverage. Below is a list of implemented changes:

To create a code coverage report, you can execute the following:

coverage run -m pytest
coverage report

Our test suite currently covers 33% of our code. We should strive to bring this number up to ideally above 90%.