Skip to content

Unit Testing Log #1

@iok-ui

Description

@iok-ui

This issue serves to document the unit testing of BRAPH 2 Hello, World! distribution. Each entry corresponds to a complete unit test, which involves running either just test_braph2 or braph2genesis (including test_braph2).

The script is provided below to have full log and mat files:

clc; clear;
diary('log_braph2.txt');
tic
test_braph2
toc
save('test_results.mat')
diary off

Each entry should include the following information:

  • Test date [YYYY/MM/DD]
  • Test result [All good! / Something is wrong!]
  • Test duration [mins]
  • MATLAB version [R20XXx]
  • OS [Linux/Windows/macOS]
  • Memory (RAM) [e.g., 16 GB]
  • Processor [e.g., Intel i7 or AMD Ryzen]
  • Commit number [Git commit hash]
  • Command window log
  • MAT file containing the variables from the final test results
  • Screenshot confirming the completion of unit testing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions