Skip to content

Fix/mip 39/fixes for failing tests

Kostas FILIPPOPOLITIS requested to merge fix/MIP-39/fixes-for-failing-test into master

Created by: ThanKarab

Changelog:

  • Changed the tests folder structure to the following:
   - tests
   |--- unit_tests
   |--- integration_tests
  • Fixed the automatic cleanup on the node tests that was overwritten by git due to commented out tests.
  • Fixed theudf_generator tests that were broken due to the float/real monet type alteration.
  • Enabled the validator.
  • Fixed small bugs on the integration tests.

Merge request reports