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

ylog_both.stdout 1.3KB

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