mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 22:56:53 +00:00
7 lines
367 B
Markdown
7 lines
367 B
Markdown
![]() |
# Tests
|
||
|
**Test folders names convention:**
|
||
|
- **m** senders and **n** receivers is written `<m>s<n>r` *(ex: 1s5r)*
|
||
|
- **n** nodes is written `<n>n` *(ex: 5n)*
|
||
|
- Tests names follow the following format `<title>_<m>s<n>r` or `<title>_<n>n` *(ex: simple_send_rcv_1s5r, ping_pong_2n)*
|
||
|
- Tests that test **elementary API functions** should start with the **simple** keyword
|