SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

test to use get_region_base_address #1105

Closed Christian-B closed 1 year ago

Christian-B commented 1 year ago

the reloader test was significantly out of data after the dsg reloader work.

  1. It did not use the database

    • The test now does which requires setting values
    • The test no longer use Transceiver.read_memory as the reloader code does not
  2. It had region sizes (or space between regions) different from what the regenerate_data_specification uses = This is no longer supported

    • One test uses the same sizes
    • One test uses different sizes and asserts an Exception
  3. The Test used to check the regions where written twice = The DSG reloader no longer does that weirdness!

coveralls commented 1 year ago

Coverage Status

coverage: 42.423% (+0.2%) from 42.241% when pulling c7f9b41d12ea60887d304f73fe9bf1f14266da73 on reloader_test into 532755c64e6e8ea392917ce6bbe44098355bb73b on master.