Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Testing framework usability improvements

Latest
Compare
Choose a tag to compare
@Rosomack Rosomack released this 15 Oct 14:42
· 32 commits to main since this release
aa550b5

Fixed

  • Blocking mode tests occasionally waiting for 5 seconds before assertions. This was due to us using the same method of awaiting as for non-blocking tests. However this is not necessary for blocking mode tests and so was removed.
  • Made initial state assertions more explicit by requiring to provide the initial state to the assert function.
  • Fixed potential race condition in TestFlowObserver