munit
munit copied to clipboard
munit
**Product:** Munit **Topic:** **Summary:** **Release-Note:** **Internal-Description:** **Documentation-Details:** **Testing-Comments:** **Preflight:**
MUnit tests often requires time consuming preparation ( e.g. starting an application, create design), which not all test cases want to do each time in their setup. Same situation exist...
When there is an error, the error string is appended to the test name in the top right box. You cannot see the complete error. Can you add the contents...
Module munit_logging breaks munit when the system temp directory is set to anything other than appdata/local/temp . Steps to reproduce: - Set environment variable "TEMP" (in the traceback below "c:/windows/temp")...
```munit_test_case``` may be deprecated but recent changes broke it unnecessarily. In particular the changes left a number of unresolved conflict methods on ```munit_test_case```. Please resolve the conflicts. The conflict details:...
Fix for OpenSmallworld#3
MUnit contains several modules which are not available in a bare Smallworld installation/the `sw_core` product, such as: * `munit_eo_cim_adapter_int_tests` * `munit_eo_cim_circuit_export_tests` * `munit_eo_cim_mapping_tests` * `munit_eo_dnom_design_request_tests` * `munit_eo_dnom_station_export_tests` These modules should...