refactoring: move IR unit tests to separate files.
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.
Showing
- src/ir/expression.rs 1 addition, 66 deletionssrc/ir/expression.rs
- src/ir/expression/tests.rs 64 additions, 0 deletionssrc/ir/expression/tests.rs
- src/ir/operator.rs 1 addition, 322 deletionssrc/ir/operator.rs
- src/ir/operator/tests.rs 320 additions, 0 deletionssrc/ir/operator/tests.rs
- src/ir/relation.rs 1 addition, 161 deletionssrc/ir/relation.rs
- src/ir/relation/tests.rs 159 additions, 0 deletionssrc/ir/relation/tests.rs
- src/ir/value.rs 1 addition, 183 deletionssrc/ir/value.rs
- src/ir/value/tests.rs 181 additions, 0 deletionssrc/ir/value/tests.rs
Loading
Please register or sign in to comment