Skip to content

refactoring: move IR unit tests to separate files.

Alexey Protsenko requested to merge tests into main

Previously, unit tests and code lived in the same '*.rs' file. We have written too much tests and these files became bloated (up to 1000 lines) - it is difficult to navigate them. So, lets make a refactoring.

Merge request reports