Skip to content
Snippets Groups Projects
  • Yoav Rotem's avatar
    0cb30276
    Add logging (#822) · 0cb30276
    Yoav Rotem authored
    
    * Add more logging
    
    The old logging could was lacking and in some cases misleading
    
    * Add Logging
    
    Add more logs and change some old messages, the important part is make each test log more readable by adding ------ test id ------ section in logs
    
    * Fix typos
    
    * more info
    
    add more info in comment about the function and it use cases
    
    Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
    
    * Use switch case
    
    Change the logic from if to switch and tidy up the code
    Add logging (#822)
    Yoav Rotem authored
    
    * Add more logging
    
    The old logging could was lacking and in some cases misleading
    
    * Add Logging
    
    Add more logs and change some old messages, the important part is make each test log more readable by adding ------ test id ------ section in logs
    
    * Fix typos
    
    * more info
    
    add more info in comment about the function and it use cases
    
    Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
    
    * Use switch case
    
    Change the logic from if to switch and tidy up the code