zeegin / OpenSubsystemsLibrary

Open Subsystems Library provide what you don't want to do — no more, no less.
MIT License
77 stars 13 forks source link

Make asserts vanessa-automation friendly #7

Closed zeegin closed 4 years ago

zeegin commented 4 years ago

Need to build assertion message with next format:

[AssertError]
[Expected]
1
[Actual]
2
[Message]
Something wrong...

or next (if passing message is empty)

[AssertError]
[Expected]
Timeout exceeded
[Actual]
Internet error
Timeout exceeded

Will be actual after issue https://github.com/Pr-Mex/vanessa-automation/issues/550