JAT - Just A Testing library https://pagure.io/shellfu-bash-jat

ylog_both.stdout 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ---
  2. format: jat/0.0
  3. jat_version: JAT_VERSION
  4. test:
  5. id: _jat_anon_test_
  6. version: _jat_no_test_version_
  7. start: time-1
  8. id: noid
  9. events:
  10. -
  11. etype: SESSION.START
  12. stamp: time-2
  13. -
  14. etype: PHASE.START
  15. stamp: time-3
  16. phase:
  17. id: phasid-1
  18. type: test
  19. name: |-4
  20. _jat_anon_phase_
  21. data:
  22. pcaseid: ~
  23. pdir: ~
  24. -
  25. etype: MESSAGE.INFO
  26. stamp: time-4
  27. message: |-4
  28. CMD: true
  29. data: {}
  30. -
  31. etype: ASSERT.PASS
  32. stamp: time-5
  33. hint: |-4
  34. true is true
  35. caseid: |-4
  36. _jat_anon_test_
  37. data:
  38. t.cmd: |-4
  39. true
  40. o.es_expr: |-4
  41. 0
  42. r.es: |-4
  43. 0
  44. -
  45. etype: MESSAGE.INFO
  46. stamp: time-6
  47. message: |-4
  48. CMD: false
  49. data: {}
  50. -
  51. etype: ASSERT.FAIL
  52. stamp: time-7
  53. hint: |-4
  54. false is true
  55. caseid: |-4
  56. _jat_anon_test_
  57. data:
  58. t.cmd: |-4
  59. false
  60. o.es_expr: |-4
  61. 0
  62. r.es: |-4
  63. 1
  64. -
  65. etype: PHASE.END
  66. stamp: time-8
  67. -
  68. etype: SESSION.END
  69. stamp: time-9
  70. finalized: true
  71. end: time-10