Add tick signals to test execution #830
Labels
_complexity:low
A task with a low complexity that should be easy to understand
enhancement
New feature or request
_size:small
A small task that should be quick to do
Describe the problem you are trying to solve
We cannot test logic that depends on tick signals with rust integration tests in the
tests
directory, as we do not insert ticks here.Describe the solution you'd like
Add "fake" tick mechanism in the same manner as is present in the full
server run
environment.The text was updated successfully, but these errors were encountered: