DiamondLightSource / tickit

Event-based hardware simulation framework
Apache License 2.0
7 stars 0 forks source link

Update scheduler tests #122

Closed abbiemery closed 1 year ago

abbiemery commented 1 year ago

Many of the existing tests only test implementation and don't really test actual behaviour. Now there is a mechanism in place to shut things down gracefully, It would be good to have these rewritten to:

  1. Test behaviour
  2. Be typed correctly, allowing us to remove the "#ignore"s

This should be feasible with the addition of #76 .

abbiemery commented 1 year ago

For base, master and slave scheduler.

abbiemery commented 1 year ago

Closed with #153