SpiNNakerManchester / SpiNNUtils

Utility classes and functions for SpiNNaker projects
Apache License 2.0
1 stars 5 forks source link

increase coverage. #188

Closed Christian-B closed 2 years ago

Christian-B commented 2 years ago

Increase local test coverage.

But make sure the code is used elsewhere otherwise add it to: https://github.com/SpiNNakerManchester/SpiNNUtils/issues/187

Christian-B commented 2 years ago

/spinn_utilities/classproperty.py no easy way found to test
def get(self, obj, klass=None): if klass is None:

Christian-B commented 2 years ago

DataNotMocked not testable at this level as all data is mocked ShutdownException not testable at this level as all data available after shutdown.

Suggestion use transceiver to test these.

Christian-B commented 2 years ago

package_loader.py is test code and remaining code only it if there is problems.

Christian-B commented 2 years ago

ping can not test windows

Christian-B commented 2 years ago

progress bar. Code for different terminal