Skip to content

Add Time Manipulation to Protocol Testing Branch

onyinyang requested to merge onyinyang/lox:testing into testing

There are time manipulation hacks in the lox-wasm and lox-distributor crates that can be used to quickly test each of the Lox protocols but should not be part of the main library. This branch separates these hacks into a testing branch that should be kept up to date with the main branch and can be used to test protocols if another, better method isn't developed.

Merge request reports